Guys, how to connect css file with bootstrap.I copied link stylsheet for css in head, and all others in body like i was told so. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Guys, how to connect css file with bootstrap.I copied link stylsheet for css in head, and all others in body like i was told so.

And when i wrote something in css there is no feedback on page.

18th Mar 2018, 1:50 PM
Majdak84
Majdak84 - avatar
2 Answers
+ 2
bootstrap is probably overriding any changes you made in your custom stylesheet/style tag try: 1. adding your external stylesheet AFTER bootstrap 2. in your CSS add !important to the end of a property declaration, example: background-color: green!important;
24th Apr 2018, 6:10 AM
MCJEH
MCJEH - avatar
0
thx
24th Apr 2018, 9:28 AM
Majdak84
Majdak84 - avatar