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

fredyrosales
10,572 PointsBootstrap or Css.
Guys, i came to think how bootstrap is very convenient. I was wondering if bootstrap will be the new Css? What do you gals think?
2 Answers

Jennifer Nordell
Treehouse TeacherBootstrap is a combination of Javascript and CSS framework. If you take away CSS, you no longer have Bootstrap
Take a look at the landing page for Bootstrap here.
There are many other CSS and Javascript frameworks as well.
Hope this helps!

Craig Watson
27,930 PointsHi Fredy,
Bootstrap in simple terms is a bunch of reusable CSS. Now, that statement by far undermines the power of Bootstrap in a project, but it is the essence of it. As you are aware when using Bootstrap you add classes to elements, those classes have pre-coded CSS defined to them.
So, picking up on what Jennifer mentioned, take away the CSS you dont have Bootstrap.
Craig