Hello everyone ! I want to know, how can I use my custom CSS file when I already put a bootstrap link in my html file. `thx
You can add in another link to your css file as well as the bootstrap one.
2 Likes
What @gracekishino said!
But I would also like to add that if you are adding custom CSS on top of Bootstrap CSS, you may run into problems with specificity. If you do experience problems with overriding Bootstrap or just applying your own, you may need to mess around with selector combinations.
2 Likes