Text between 2 horizontal lines

Text between 2 horizontal lines

by Nirvanachain

HTML

<h2><span>THIS IS A TEST</span></h2>

CSS

.first {
    height:100px;
    width:100%;
    background-color:#FFF;
}

.second {
    height:100px;
    width:100%;
    background-color:#ebebeb;
}

h2 { 
    width:100%; 
    text-align:center; 
    border-bottom: 1px solid #000; 
    line-height:0.1em; 
    margin:10px 0 20px; 
} 
h2 span { background:#fff; padding:0 10px; }