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 trialHarish Yerra
10,031 PointsCan I use Bootstrap in conjunction with my own CSS?
Hi
Just have a quick question. In these videos Guil Hernandez uses all of the classes from Bootstrap. Am I allowed to add my own custom classes and styling in addition to Bootstraps classes?
Thanks, Harish
3 Answers
Karen Freeman-Smith
29,248 PointsYes. You will want to put your additions in a separate file and link it below the bootstrap.css
link. Then you can add your own classes and/or overwrite the Bootstrap classes in your own file.
Guil Hernandez
Treehouse TeacherYep, you can. I cover this in the course's final video. :)
Harish Yerra
10,031 PointsThanks so much for your help Guil Hernandez :). Also, in your opinion do you recommend using Bootstrap or do you think it's better to use custom CSS?