"Aprendendo"
Bootstrap 3.1.0 Snippet by Matheus

<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.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="jumbotron"> <div class="container"> <h1>Ótima escolha!</h1> <p>Obrigado por comprar na Mirror Fashion.</p> </div> </div> <div class = "table-responsive"> <table class = "table"> <thead> <tr> <th>Month</th> <th>Savings</th> </tr> </thead> <tfoot > <tr> <td>Sum</td> <td>$180</td> </tr> </tfoot> <tbody> <tr> <td>January</td> <td>$100</td> </tr> <tr> <td>February</td> <td>$80</td> </tr> </tbody> </table> </div> <form role = "form"> <div class = "form-group" > <label class="sr-only" for="firstName">First Name</label> <input width="50" type="text" class="form-control" id="firstName" placeholder="First Name"> <label class="sr-only" for="lastName">Last Name</label> <input type="text" class="form-control" id="lastName" placeholder="Last Name"> </div> </form>

Related: See More


Questions / Comments: