Skip to content

Instantly share code, notes, and snippets.

@anselmh
Created April 17, 2013 12:20
Show Gist options
  • Select an option

  • Save anselmh/5403804 to your computer and use it in GitHub Desktop.

Select an option

Save anselmh/5403804 to your computer and use it in GitHub Desktop.
Untitled
.box {
width: 400px;
height: 300px;
background: #999;
}
.box:after {
background: orange;
border: 1px solid white;
color: white;
content: "New";
padding: 3px;
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
}
<!-- content to be placed inside <body>…</body> -->
<div class="box"></div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"result"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment