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

Adding CSS to your Bootstrap 4

Can anyone tell me whether it's possible to add a css file to your bootstrap? I mean what if i want to quickly take some stuff from bootstrap 4 like navbar etc but then add some self customized things in CSS// can they work together? Thanks in advance!

1 Answer

Yes, you certainly can do that, in fact I'd recommend so to give your website it's own personality.

You can see this link for ideas as to what can be done: http://expo.getbootstrap.com

As to actually doing so, I'd recommend not changing the actual bootstrap file, but instead start a new CSS file (or files) that modify, or override the bootstrap styles, and put those into your project later in the source code.

Thanks a lot!!