Skip to content

Instantly share code, notes, and snippets.

@ao5357
Created December 16, 2011 14:10
Show Gist options
  • Save ao5357/1486173 to your computer and use it in GitHub Desktop.
Save ao5357/1486173 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);
<h1>Just the Borders</h1>
<p>Everything else is just POCSS</p>
{"page":"css","view":"split"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment