Bootstrap 3
Bootstrap is a powerful and popular HTML, CSS, and JavaScript framework for creating responsive, mobile-first websites for faster and easier web develpoing. It can be designed by everyone who knows a little knowledge of HTML, CSS or JavaScript or all. It is user-friendly and is made for folks of all skill levels, devices of all shapes, and projects of all sizes.
Bootstrap is completely free to download. Download it here - getbootstrap.com.
For example:
Bootstrap is completely free to download. Download it here - getbootstrap.com.
For example:
<div class="container"> <div class="jumbotron"> <h1>My First Page</h1> <p>Resize this page and see the magic!</p> </div> <div class="row"> <div class="col-sm-4"> <h3>Column 1</h3> <p>This is just a sample text...</p> <p>This is just a sample text...This is just a sample text...</p> </div> <div class="col-sm-4"> <h3>Column 2</h3> <p>This is just a sample text...</p> <p>This is just a sample text...This is just a sample text...</p> </div> <div class="col-sm-4"> <h3>Column 3</h3> <p>This is just a sample text...</p> <p>This is just a sample text...This is just a sample text...</p> </div> </div> </div>
0 comments:
Post a Comment