This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by gavin111
over 9 years

8/21 Not sure what the next step is?

http://www.codecademy.com/courses/web-beginner-en-3pc6w/1/4# It says this and I am not sure what to do. Oops, try again. In your style tag, set the body’s “text-align” property to “center”.

Thanks!

Answer 53f1ea6f9c4e9d099f00196b

0 votes

Permalink

Without seeing your code Gavin, I can’t be certain. Check for these things:

Look in your style tag, that is this:

<style>

</style>

Do you have a body selector in there? Like this:

body {

}

In that body selector do you have a property that sets text-align to center? Like this:

text-align: center;
points
Submitted by Judy
over 9 years

1 comments

Tobias Páez over 9 years

check your style in this way Mr/Mrs gavin111:

Answer 542707c1548c35bb13006199

0 votes

Permalink

<style> body {text-align: center;} </style>

points
Submitted by Tobias Páez
over 9 years