"nav header"
Bootstrap 3.3.0 Snippet by tantarico

<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 ----------> <div class="container"> <div class="row"> <ul class="nav nav-pills"> <li role="presentation"><a href="#">Home</a></li> <li role="presentation"><a href="#">Profile</a></li> <li role="presentation"><a href="#">Messages</a></li> </ul> </div> </div> <div class="jumbotron jum-b"> <div class="container"> <h1>ONE <em>DIREC</em>TION!</h1> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</p> <small>Autor: angel tantarico.</small> </div> </div>
.nav{ margin-bottom: 10px; margin-top: 10px; } .jum-b{ background-color: #03a9f4; } .jumbotron h1 { color: #FFF; text-shadow: 1px 1px #000, 2px 2px #000; } .jumbotron p, small { color: #FFF; } em { color: #000000; text-shadow: 1px 1px #FFF, 2px 2px #FFF; }

Related: See More


Questions / Comments: