Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialmk37
10,271 Pointsdo i put bootstrap4 before or after my normalize.css/reset.css?
... also i notice that jquery do not seem to be the updated version on bootstrap download website page compared when entering jquery download website page themselves?
1 Answer
Richard Verbraak
7,739 PointsAFAIK Bootstrap already has a normalize.css type of thing called Reboot. https://getbootstrap.com/docs/4.3/content/reboot/
But to be more specific towards your question. You'd want to use any css styling AFTER your normalize.css. This way you won't encounter any weird layout or styling issues when you load the webpage.
Basically, first ''reset'' the styling of the page. Then alter it.
Maj Gajšek
Front End Web Development Techdegree Student 10,200 PointsMaj Gajšek
Front End Web Development Techdegree Student 10,200 PointsThis was helpful thank you Richard