Created
May 18, 2012 14:42
-
-
Save ao5357/2725599 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
<!-- content to be placed inside <body>…</body> --> | |
<h1>Content Goes Here</h1> | |
<p>This is some content.</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
{"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