What is bootstrap?
It is a front-end framework with a library of already developed styles for creating responsive designs
Up to how many columns?
Allows up to 12 columns (spans)
Grid structure
<div class=“container”>
<div class="row">
<div class="col-md-y"></div
<div class="col-md-z"></div>
</div>
</div>
What are bootstrap classes used in this course? (3)
How are bootstrap classes passed?
As attributes of the tags
Bootstrap button general structure
<button>text on button</button>