CSS

2017-11-23  本文已影响9人  follow_er
image.png

In the diagram, observe the following:

  1. Bootstrap's grid columns are represented by 12 vertical bars. The boxes represent HTML elements.

  2. The words "container", "jumbotron", "col-sm-6" and "col-sm-3" refer to Bootstrap classes.

  3. The element with class "jumbotron" spans the entire width of the webpage, beyond the borders of the grid.

  4. Elements inside the second "container", such as "col-sm-6" and "col-sm-3" are contained within the grid columns.

  5. Elements labeled "col-sm-3" take up three grid columns; elements labeled "col-sm-6" take up six grid columns.

Review Variables
Nice work! This lesson covered a lot of foundational skills that you will often use in your future programming endeavors.

Let's review what we learned:

Variables hold reusable data in a program.

上一篇 下一篇

猜你喜欢

热点阅读