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 Framework Basics Build a Website with Bootstrap Customizing Bootstrap

Phillip Legault
PLUS
Phillip Legault
Courses Plus Student 18,888 Points

Bootstrap Customize and downloads

The components and layout are different than the video

maybe because they edited it later in the video so if you download the code that was before the video ur watching , it may be the same as in the video . Maybe .

Miltiadis bouxalakis
Miltiadis bouxalakis
Courses Plus Student 3,722 Points

This is true cause Bootstrap is an on-going project that updates itself regularly so the video is outdated when it is compared to the Updated Bootstrap Version.

1 Answer

I know this is a year later, but might help other people. The layout is a bit different because I think they've changed the underlyings of the LESS structure to make it more modular. For example, in the container section for @container-large-desktop, it used to be just a static pixel value, but now they've added (1140px + @grid-gutter-width). I'm a little cloudy myself on exactly how they're linking things together, but if you take the course "Modular CSS with SASS" in the CSS section, it'll help you understand a lot more of what's going on. Bootstrap 4 will be moving to SASS so learning how they might be constructing the meat of the framework using SASS helps a lot :)