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 Layout Basics Getting Started with CSS Layout Layout Wrapper Challenge

why isn't this working

I did set the width to 80%

index.html
<!DOCTYPE html>
<html>
<head>
    <title>Getting Started with CSS Layout</title>
    <link href='https://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'>
    <link rel="stylesheet" href="page.css">
    <link rel="stylesheet" href="style.css">
</head>
    <body>
    <div class="container">

    <header>

            <h1>Best City Guide</h1>

        </header>

        <div class="main">
            <h2>Welcome!</h2>
            <p>Dessert toffee chocolate lollipop fruitcake cake sweet. Pudding cotton candy chocolate pudding liquorice jelly marzipan. Muffin gummies topping lollipop. Caramels chocolate cake donut liquorice.</p>
            <p>Cake sesame snaps sweet tart candy canes tiramisu I love oat cake chocolate bar. Jelly beans pastry brownie sugar plum pastry bear claw tiramisu tootsie roll.</p>
        </div>

        <footer>
            <p>&copy;2015 Residents of The Best City.</p>
        </footer>
    </div> 
    </body>
</html>
style.css
/* Complete the challenge by writing CSS below */
body container {
  width=80%;
  margin=auto
}

1 Answer

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Hi there, Kim Dallas ! I know that you've recently been working hard on JavaScript. In fact, you might have been working so hard on it that you've started mixing up JavaScript and CSS a bit. In CSS, to select a class we start the selector with ".". And when we set a property to be equal to something, we don't use the = sign like we do in JavaScript, we simply set a semicolon between the property and the value.

The following code selects the class "my-class" and sets the background equal to the color "tomato". Take a look:

.my-class {
  background-color: tomato;
}

I think you can get it with these hints, but let me know if youΒ΄re still stuck! :sparkles:

yes Jennifer, I completed the course prerequisite for code Louisville. I'm now trying to do the front end development courses for the classes beginning in January. this section sent me back to css. It seems I do a little bit better with it. I'm beginning to understand some of it better. But I still need a mentor. I'm getting foggy brained. for a couple of reasons. one is hypertension