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 4 Basics (Retired) Getting to Know Bootstrap 4 Enhancing the Page

Ryan Schmelter
Ryan Schmelter
9,710 Points

Mixing Bootstrap and custom?

I'm wondering if it's common for websites to be built using a mix of Bootstrap and custom HTML/CSS/JS. Bootstrap seems like it's very limiting.

1 Answer

Rich Zimmerman
Rich Zimmerman
24,063 Points

Definitely. Bootstrap is convenient but you can't make something your own with JUST bootstrap. A ton of websites use it so you can imagine every website would have the same colors, fonts, etc..

Rich Zimmerman
Rich Zimmerman
24,063 Points

trick is to link your custom css to the html AFTER bootstrap, so bootstrap doesn't style over your custom styles.