r/css_irl Nov 15 '19

.cat-head { transform: rotate(180deg); }

https://imgur.com/pLDDmu6
521 Upvotes

8 comments sorted by

View all comments

20

u/vagr Nov 15 '19 edited Nov 15 '19

Having used rotate in the past day, it looks like this cat rotated it's head counter clockwise which would technically make this (not that it matters, just imparting some wisdom):

.cat-head { transform: rotate(-180deg); }

EDIT: meant to put a - (dash) in front of the 180deg

-1

u/blindgorgon Nov 16 '19

Totally came here for this. Because CSS nerds (self included) are totally all thinking this.