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 trouble

my content is not shifting to the right like it should and some text is now gone what do I do???

4 Answers

Do you have any more details? Are you trying to use Floats or something else?

im on track "web design" video"working with grids"

You almost certainly have an issue with your file path in your link tag of the stylesheet that has the CSS for the grid.

how would i fix that???

<link rel="stylesheet" href="css/grid.css" type="text/css" media="screen"> i am using the tag of <div class="container"> and ending with </div> why are there problems???