Category: 01. Tutorials

  • Bootstrap Container

    In Bootstrap, container is used to set the content’s margins dealing with the responsive behaviors of your layout. It contains the row elements and the row elements are the container of columns (known as grid system). The container class is used to create boxed content. There are two container classes in Bootstrap: See the basic layout of…

  • First Bootstrap Example

    Add the HTML 5 doctype: Bootstrap uses HTML elements and CSS properties, so you have to add the HTML 5 doctype at the beginning of the page with lang attribute and correct character set. Ex: Bootstrap is mobile friendly: Bootstrap 3 is designed to be responsive to mobile devices. Mobile-first styles are part of the core framework…

  • What is Bootstrap

    History of Bootstrap Bootstrap was developed by Mark Otto and Jacob Thornton at Twitter.It was 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 Following are the main advantage of Bootstrap: What is a responsive website A website is called…