Skip to content

Instantly share code, notes, and snippets.

@jdsteinbach
Created April 12, 2012 20:15
Show Gist options
  • Save jdsteinbach/2370694 to your computer and use it in GitHub Desktop.
Save jdsteinbach/2370694 to your computer and use it in GitHub Desktop.
Short Text
/**
* Short Text
*/
body{
background:#fff;
}
.shortText{
width:50%;
margin:0px auto;
font-family:"Century Gothic",Helvetica,sans-serif;
font-size:100px;
color: #000;
font-weight:bold;
text-transform:uppercase;
height:60px;
line-height:80px;
overflow:hidden;
display:block;
border-bottom:#000 5px solid;
}
#a{background-color:red;margin-top:100px;}
#b{background-color:orange;}
#c{background-color:yellow;}
<div id="a" class="shortText">This is an</div>
<div id="b" class="shortText">example of</div>
<div id="c" class="shortText">short text</div>
{"view":"split","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment