Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@fjorgemota
Created January 15, 2016 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fjorgemota/b0f409c95719b9c4c3d0 to your computer and use it in GitHub Desktop.
Save fjorgemota/b0f409c95719b9c4c3d0 to your computer and use it in GitHub Desktop.
body {
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
background: green;
}
.template {
background-color: red;
}
.helper {
border: 1px solid blue;
}
.styled {
-webkit-transform: rotate(-30deg);
-moz-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
-o-transform: rotate(-30deg);
transform: rotate(-30deg);
margin-top: 100px;
position: absolute;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment