Skip to content

Instantly share code, notes, and snippets.

@mklabs
Created November 13, 2010 13:46
Show Gist options
  • Select an option

  • Save mklabs/675338 to your computer and use it in GitHub Desktop.

Select an option

Save mklabs/675338 to your computer and use it in GitHub Desktop.
CSS part of Mr Frown
span[frown] { transform: rotate(90deg); display:inline-block; color: #bbb; }
/* edited with -moz & -webkit prefix */
span[frown] { transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); display:inline-block; color: #bbb; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment