The Bootstrap Blog

The example template of creating a blog blogger with Bootstrap. Designed by CB Blogger

September 27, 2016

Cara Membuat Template Blog dengan Bootstrap - CB Bootstrap Documentation

Posted by on September 27, 2016
Cara Membuat Template Blog dengan Bootstrap - CB Bootstrap Documentation
Cara Membuat Template Blog dengan Bootstrap - CB Bootstrap Documentation

Bootstrap History
Bootstrap was developed by Mark Otto and Jacob Thornton at Twitter, and released as an open source product in August 2011 on GitHub. In June 2014 Bootstrap was the No.1 project on GitHub!

Why Use Bootstrap?
Advantages of Bootstrap:

  1. Easy to use: Anybody with just basic knowledge of HTML and CSS can start using Bootstrap
  2. Responsive features: Bootstrap's responsive CSS adjusts to phones, tablets, and desktops
  3. Mobile-first approach: In Bootstrap 3, mobile-first styles are part of the core framework
  4. Browser compatibility: Bootstrap is compatible with all modern browsers (Chrome, Firefox, Internet Explorer, Safari, and Opera).


Where to Get Bootstrap?
There are two ways to start using Bootstrap on your own web site.

You can:

  1. Download Bootstrap from getbootstrap.com
  2. Include Bootstrap from a CDN

Link to CDN:
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>

Situs untuk Belajar Bootstrap:



logoblog

No comments:

Post a Comment