"disclaimer"
Bootstrap 3.3.0 Snippet by Pawan Pandey

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <section class="disclaimer"> <div class="container"> <div class="row"> <div class="col-sm-2"> <h3>Disclaimer :</h3> </div> <div class="col-sm-10"> <marquee id="scroll_news"> <div onmouseout="document.getElementById('scroll_news').start();" onmouseover="document.getElementById('scroll_news').stop();"> <h4>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</h4> </div></marquee> </div> </div> </div> </section>
.disclaimer { background: #00beef none repeat scroll 0 0; width: 100%; } .disclaimer h3 { color: #fff; font-family: Roboto-Regular; font-size: 25px; margin: 0; padding: 20px 0; } .disclaimer h4 { color: #fff; font-family: Roboto-Regular; font-size: 18px; margin: 0; padding: 20px 0; }

Related: See More


Questions / Comments: