Skip to content

Instantly share code, notes, and snippets.

@ao5357
Created May 18, 2012 14:42
Show Gist options
  • Save ao5357/2725599 to your computer and use it in GitHub Desktop.
Save ao5357/2725599 to your computer and use it in GitHub Desktop.
Kottke.org page borders without images
/**
* Kottke.org page borders without images
*/
box-shadow:0 0 0 1px #BFECF7,0 0 0 5px #C5F4FF,0 0 0 6px #88E2F7,0 0 0 10px #8CE9FF,0 0 0 11px #50D8F7,0 0 0 15px #53DFFF,0 0 0 16px #18CDF7,0 0 0 20px #19D4FF;
margin:20px;
padding:20px;
min-height:-moz-calc(100% - 80px);
<!-- content to be placed inside <body>…</body> -->
<h1>Content Goes Here</h1>
<p>This is some content.</p>
{"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