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

Dharmesh Sheth
Dharmesh Sheth
2,547 Points

issue with CSS grids

I want to make this one row and two column rather than two rows. Can some advise me on what grids will be better to use

<div class="grid_7">
            <h2>Services</h2>
            <h3>Designing</h3>
            <ul>
                <li>Web Designs</li>
                <li>Flash Designs</li>
                <li>Business Cards</li>
                <li>Logo Designs</li>
            </ul>
            <h3>Developing</h3>
            <ul>
                <li>CMS</li>
                <li>Ecommerces</li>
                <li>Blog</li>
            </ul>
        </div>

3 Answers

James Barnett
James Barnett
39,199 Points

Dharmesh Sheth - It looks like you are just starting with the CSS content. Grids can be a little advanced and the techniques that make them work are talked about more in latter course. My suggestion is to work your way through the Learn HTML & CSS learning adventure, then if after you've finished it and you still have questions post them here in forum.

Matt Campbell
Matt Campbell
9,767 Points

Put the left column in a left floated div and the right in a right floated div. one option but there's many out there.

psousa
psousa
14,107 Points

There are dozens of different grid systems and frameworks but some of the more popular include Twitter Bootstrap, Zurb Foundation, Gumby Framework or the classic 960gs (if you want just the grid).