Cool h1 styles using css3

Cool H1 css style

Cool H1 css style
DEMO / DOWNLOAD
<h1 class="blue">Cool H1</h1>
<h1 class="green">Cool H1</h1>
<h1 class="red">Cool H1</h1>
<h1 class="yellow">Cool H1</h1>
<h1 class="light-blue">Cool H1</h1>
<h1 class="light-green">Cool H1</h1>
<h1 class="light-red">Cool H1</h1>
h1 {
    font-size: 40px;
    line-height: 30px;
    margin: 10px 0 10px 0;
    text-shadow: 1px 1px 5px #789;
}
.blue { color: #0B62A4;}
.green { color: #00810c; }
.red { color: #c9112d; }
.yellow { color: #e68500; }
.light-blue { color: #82acde; }
.light-green { color: #73c27d; }
.light-red { color: #e68e8a; }
Cool h1 styles using css3 Cool h1 styles using css3 Reviewed by Bhaumik Patel on 7:44 PM Rating: 5