Created
December 16, 2011 14:10
-
-
Save ao5357/1486173 to your computer and use it in GitHub Desktop.
Kottke.org page borders without images
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>Just the Borders</h1> | |
<p>Everything else is just POCSS</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"page":"css","view":"split"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment