Rotation image ... please help

Hello,
I am a beginner web designer and i want to learn how to make text & image rotate like this:
https://livedemo00.template-help.com/wt_52071/
Please someone help me

Looks like simple HTML & CSS.

Transform: matrix3d

can you help more

What browser are you using?

chrome

Use it’s Developer Tools to see how the pngs, and their divs, are being styled.

And ask google all about matrix3d CSS … watch some vids and that should help more.

With Chrome that would be the Inspect Tool … Dev Tools are in FF.

That site is built on Bootstrap in case that helps more.

Point at the element you are curious about, right-click and select “inspect element.” You can follow the code back to it’s source from there.