CSS Transforms

The CSS specification for transform allows for some great things. For example i have this image that I created sideways (on purpose lol), but i want to use it in a different instance right side up. with css i can put:
[code language=”css”]
style=’transform: rotate(-90deg);’
[/code]

I will write some more great examples of css transformations soon.

Leave a Reply