I have the website using bootstrap for its css style.
What if I want to take just a little bit of part of css from other website?
What would be the best way? I tried to use one of the function ‘inspection’ with Firefox.
It shows all the hierarchy and its styles stated for each class.
The thing I really care about is confliction between bootstrap and the new css.
How would you guys solve this if you want to take just a little bit part of other css?
First of all don’t pick up styles from other’s website before a prior permission from the site administrator…
For the bootstrap..I’ve never used it but still according to me you can over-ride the default bootstrap styles by using CSS !important
Styling a single element is never dependent on a single class, it inherits some of the properties from the parent class too…For example