+ 1
Bootstrap along with custom css
Can we use bootstrap along with our own css code .? For example <h1>tag has some characteristics in bootstrap... But if i have to add a additional style to it..Will i lost the bootstrap styling..?
4 Respuestas
+ 15
Check this:
https://www.sololearn.com/learn/1051/?ref=app
+ 11
https://www.quora.com/How-do-I-add-custom-CSS-to-bootstrap
+ 3
sid Yes you can override bootstrap CSS with your own CSS but remember for this you have to put your own CSS file below the bootstrap library otherwise it won't get effect.