[Solved] Why does Bootstrap breaks some css code?


I think the problem might be due to Normalization.

Libraries like bootstrap now come with a Normalized CSS. What that does is, reset the styles of the HTML elements that might render differently across browsers.

All browsers have their own CSS for rendering elements. Normalization helps developers create a web app, that looks same across all browsers.

5

solved Why does Bootstrap breaks some css code?