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 Bootstrap Basics Responsive Layouts With the Bootstrap Grid Styling Content

sebbe12
sebbe12
4,015 Points

How do i make my bootstrap code in @media when it's in html

https://w.trhou.se/hoadp0a62s

I want to make it look like this when the site is about 1000 pixels or higher. The question how do i make the html code in a media at 1000px

1 Answer

Sam Gord
Sam Gord
14,084 Points

make a style.css file and bring if after the bootstrap css file ( wherever u included bootstrap) so we can override styles. give each col, row or any original bootstrap class additional custom classes from your own, then use those classes to override the styles from bootstrap with @media or whatever u want .