DEV Community

suLeeTate
suLeeTate

Posted on

Tighten Up Your Bootstrap

WK4: Discussion

Please explain in your own words what's the importance of Bootstrap for you?

Do you require to use CSS in order to use the Bootstrap styles?

What are some of the different things you can do with Bootstrap (pg. 26-39?

Answer:

Bootstrap is important to web development because it is a library of previously made code that does not have to be rediscovered during development. Bootstrap brings an approach to better, faster, stronger web development. Bootstrap also creates a more mobile friendly code.

You are not required to use CSS in order to use Bootstrap styles. They are first referenced in the heading of the HTML document. Then you can call them as if you are calling a CSS file. You must add class=”something”.

Bootstrap sets basic global display, typography, and link styles. You can add containers, a grid system, and use pre-made media queried.

Top comments (0)