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

Design

Bootstrap Vs Custom Code?

Hello everyone!

Would you recommend bootstrap over custom code for projects, commercial and private? I use bootstrap but heavily customise it to suit my needs? Does anyone have any ideas?

2 Answers

Sean May
Sean May
9,547 Points

As with most things about the web, it really depends on what you want from your site. Bootstrap is great for getting a site up and running quickly, and the site you come up with will look pretty good without having to do a whole lot. Bootstrap also has a built in grid, which makes placement of elements a whole lot easier than trying to set them in CSS on your own.

One drawback of Bootstrap is that if you don't override its built-in styles, your site tends to look like a lot of other sites built with Bootstrap.

If you're using custom code, it will be a lot more work than using Bootstrap, but you do have the benefit of complete flexibility in how your site looks and behaves.

Thanks! Your advice has come in handy!