I Hate CBT's

View Original

7.1.1 Fun Snake 1

Question: bootstrap

Answer: a collection of prewritten CSS rules made in order to construct a website faster and responsive

Question: Predefined Bootstrap CSS Classes

Answer: .container, .text-left, text-center, .text-right, .text-muted, text-success

Question: .container

Answer: Fixed width, Width updates occasionally as window is resized, Nice margins to the left and right.

Question: .container-fluid

Answer: Full width, width constantly updated to be the full width of the window.

Question: bootstrap skeleton

Answer: Code you can copy and paste into your <head> tags to get you program started.