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 CSS Foundations Values and Units Absolute Length Units

What does it mean to "bootstrap the page"?

Guil says,

*So I've set up an HTML page containing several div elements with different class attributes. It's linked to a style sheet I created just to bootstrap our page...*

Thank you in advance.

1 Answer

Stone Preston
Stone Preston
42,016 Points

it means to get it up and running/looking nice without you doing all the work. the css "bootstraps" the page into something that looks decent

there is also a CSS framework from Twitter called Bootstrap that you can use to make a decent looking site without much effort. this idea of "bootstrapping" is where it gets its name

Ohh right on.

Thank you!