Skip to content

Instantly share code, notes, and snippets.

@vast
Created August 28, 2013 10:02
Show Gist options
  • Save vast/6364379 to your computer and use it in GitHub Desktop.
Save vast/6364379 to your computer and use it in GitHub Desktop.
House M.D. in css/html
/* 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
}
<h2>H<u>ouse</u><i>m.d.</i></h2>
<h2>В<u>асян</u><i>и.п.</i></h2>
// alert('Hello world!');
{"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