Skip to content

Instantly share code, notes, and snippets.

@bonny
Last active August 29, 2015 14:02
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 bonny/055556de7793e0b7cbd0 to your computer and use it in GitHub Desktop.
Save bonny/055556de7793e0b7cbd0 to your computer and use it in GitHub Desktop.
css test
body {
background: red;
}
body:after {
content: "css changed";
position: absolute;
top: 20px;
left: 20px;
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
transform: rotate(10deg);
font-size: 50px;
z-index: 100;
color: rgb(255, 255, 0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment