btstrp Flashcards
1
Q
What is the official website of bootstrap?
A
getbootstrap.com
2
Q
What are main classes in Bootstrap?
A
Outer most div is given class “container”, this conains multiple divs with “row” class. Each “row” div contains divs with “col” class.
3
Q
Bootstrap: How can a seriese of “col”s in a “row” interrupted?
A
By using an empty div with class “w-100”.
4
Q
Bootstrap: How can a row be made into a table of fixed cells in each row?
A
By applying a class of “row-cols-3” to the top level row.