Wednesday, May 27, 2015

Bootstrap Getting Started



Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.

 Bootstrap is completely free to download and use!

 Bootstrap CDN

<!-- Latest compiled and minified CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet"></link>

<!-- Optional theme -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css" rel="stylesheet"></link>

<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>

No comments:

Post a Comment