
Erwan EL
7,669 PointsOverwritting bootstrap
Why Nick doesn't overwrite the bootstrap by adding id's and it's still working. In my case doing the same as him, it doesn't work and have to add id's to overwrite. I have to do this everytime i work with bootstrap to add a custom css. So why is it working in this course?
1 Answer

Max Weir
14,963 PointsWhen you inspect the rows and columns within (col-lg-*), are they using flexbox attributes?
I wouldn't use ID's anywhere in your css, these should generally be assigned for things such as js logic. If you are using an ID then it's best to review your structure and revise a better approach.

Mister Moody
40,365 PointsKinda true, but...I like to use IDs for same-page navigation. There are better practices for sure.
Erwan EL
7,669 PointsErwan EL
7,669 PointsI did this to obtain the same result as Nick
Added an id to the div Calling id then img balise in the css