Skip to content

Instantly share code, notes, and snippets.

@angp4o
Created March 28, 2013 07:31
Show Gist options
  • Save angp4o/5261360 to your computer and use it in GitHub Desktop.
Save angp4o/5261360 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: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
.bmw{
position: absolute;
width: 600px;
height: 600px;
border-radius: 300px;
background: #999;
}
<body>
<div class="bmw">
</div>
</body>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"1","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment