Created
November 13, 2010 13:41
-
-
Save mklabs/675333 to your computer and use it in GitHub Desktop.
404.html snippet from html5 boilerplate
This file contains hidden or 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
| <style> | |
| body { text-align: center;} | |
| h1 { font-size: 50px; } | |
| body { font: 20px Constantia, 'Hoefler Text', "Adobe Caslon Pro", Baskerville, Georgia, Times, serif; color: #999; text-shadow: 2px 2px 2px rgba(200, 200, 200, 0.5); } | |
| a { color: rgb(36, 109, 56); text-decoration:none; } | |
| a:hover { color: rgb(96, 73, 141) ; text-shadow: 2px 2px 2px rgba(36, 109, 56, 0.5); } | |
| span[frown] { transform: rotate(90deg); display:inline-block; color: #bbb; } | |
| </style> | |
| <details> | |
| <summary><h1>Not found</h1></summary> | |
| <p><span frown>:(</span></p> | |
| </details> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment