Created
August 28, 2013 10:02
-
-
Save vast/6364379 to your computer and use it in GitHub Desktop.
House M.D. in css/html
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
/* House M.D. in css/html */ | |
body { | |
background: #0e0e0e; | |
color: #fff; | |
text-align: center; | |
} | |
h2 { | |
text-transform: uppercase; | |
font: normal 32px Arial, sans-serif; | |
letter-spacing: .3125em | |
} | |
h2 u { | |
border-bottom: 2px solid #fff; | |
text-decoration: none; | |
padding: 0 | |
} | |
h2 i { | |
letter-spacing: 0; | |
font-style: normal; | |
font-size: .25em; | |
vertical-align: bottom; | |
position: relative; | |
right: -2px; bottom: -2px | |
} | |
h2:first-letter { | |
border: 2px solid #fff; | |
margin: 0 .125em; | |
padding-left: .1875em; | |
letter-spacing: .2em | |
} |
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
<h2>H<u>ouse</u><i>m.d.</i></h2> | |
<h2>В<u>асян</u><i>и.п.</i></h2> |
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
// alert('Hello world!'); |
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
{"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