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 trial

CSS Bootstrap Basics Getting to Know Bootstrap Getting Started

do 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
Richard Verbraak
7,739 Points

AFAIK 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.