Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

mk37
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