BS notes

get started: http://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_gs_container&stacked=h

use formal doc: http://getbootstrap.com/getting-started/


Containers

Bootstrap also requires a containing element to wrap site contents.

There are two container classes to choose from:

  1. The .container class provides a responsive fixed width container
  2. The .container-fluid class provides a full width container, spanning the entire width of the viewport

Note: Containers are not nestable (you cannot put a container inside another container).


Grid sys

http://www.w3schools.com/bootstrap/bootstrap_grid_system.asp

  • md (for desktops)

你可能感兴趣的:(Notes)