Skip to content

Instantly share code, notes, and snippets.

@gustaff-weldon
Created February 21, 2013 09:27
Show Gist options
  • Save gustaff-weldon/5003466 to your computer and use it in GitHub Desktop.
Save gustaff-weldon/5003466 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: #EEE;
text-align: center;
}
#box {
background: radial-gradient(50% -10%, ellipse closest-corner, rgba(0,0,0,0.5), rgba(0,0,0,0));
height: 200px;
}
#box:before {
content: "";
display: block;
height: 1px;
background: linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,0));
}
<!-- content to be placed inside <body>…</body> -->
<p>Some text...</p>
<div id=box>
<h3>Archived reviews</h3>
</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment