Skip to content

Instantly share code, notes, and snippets.

@korkey128k
Forked from anonymous/dabblet.css
Created February 6, 2012 02:47
Show Gist options
  • Save korkey128k/1749202 to your computer and use it in GitHub Desktop.
Save korkey128k/1749202 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {background:grey;}
div {background-color:white;
height:1200px;
width:1200px;
top:-1091px;
overflow:hidden;
position:relative;
margin:0px auto 0px auto;
transform:rotate(45deg);
border-radius:1000px;}
div:first-child{
margin-bottom:400px
}
div:last-child{
}
<!-- content to be placed inside <body>…</body> -->
<body>
<div>
<p>blah blah blah, im text</p>
</div>
<div>
</div>
</body>
{"view":"behind","prefixfree":"1","page":"result"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment