TexasArmyTimeline

by Koubenec

HTML

<link href='http://fonts.googleapis.com/css?family=Bevan' rel='stylesheet' type='text/css'>
<script src="http://www.frequency-decoder.com/demo/slabText/js/jquery.slabtext.min.js"></script>

<div>
    <h1>TEXAS ARMY TIMELINE</h1>
    <div>NEWSLETTER no.1</div>
</div>

CSS

body {
    width: 100%;
    background-color: #CC5500;
}

h1 {
font-family: 'Bevan', cursive;
color: #BFB8AF;
}


.slabtexted .slabtext
        {
        display:-moz-inline-box;
        display:inline-block
        white-space:nowrap;
        }
.slabtextinactive .slabtext
        {
        display:inline;
        white-space:normal;
        font-size:1em !important;
        letter-spacing:inherit !important;
        word-spacing:inherit !important;
        *letter-spacing:0 !important;
        *word-spacing:0 !important;
        }
.slabtextdone .slabtext
        {
        display:block
        }