Skip to content

Instantly share code, notes, and snippets.

@Leolik
Created February 7, 2013 15:07
Show Gist options
  • Save Leolik/4731488 to your computer and use it in GitHub Desktop.
Save Leolik/4731488 to your computer and use it in GitHub Desktop.
Untitled
h1 {
margin-bottom: 45px;
color: #9ece21;
font: bold 55px 'Arial Black';
text-transform: uppercase;
text-shadow: 3px 3px 0 #4b6409;
}
h1 span {
position: relative;
display: inline-block;
border-bottom: 10px solid #9ece21;
padding-bottom: 10px;
}
h1 span:after {
content: "";
width: 100%;
height: 10px;
font: 0px/0 a;
background: #4b6409;
position: absolute;
left: 3px;
bottom: -13px;
z-index: -1
}
<h1><span>О компании</span></h1>
// 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