why bootstrap is more useful than CSS styling
Answers
Answered by
1
Bootstrap is HTML and CSS. ... You could write all the default styling for all your HTML elements and components yourself, or you could use Bootstrap. Using Bootstrap saves you the time it would take to do the tricky math it takes to pull off a bulletproof responsive layout with columns and consistent whitespace.
Answered by
5
Answer:
Bootstrap uses CSS, however it's different to writing your own CSS as it's all pre done so you just add a class to a HTML element and then it will use that CSS. ... Bootstrap is great because it allows you to easily create a responsive, cross browser compatible website really easily.
Similar questions