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 How to Make a Website Customizing Colors and Fonts Use Color in CSS

Maria Katayama
PLUS
Maria Katayama
Courses Plus Student 462 Points

Title not centered

How come my h1 and h2 are not centered like how Nick has his in the video?

a { text-decoration: none; }

wrapper {

max-width: 940px; margin: 0 auto; padding: 0 5%; }

logo {

text-align: center; margin: 0; }

2 Answers

If I remember correctly(I took this course about a month ago) on later videos you will be adding css to position your logo and h1 and h2.

Robert Uhler
Robert Uhler
3,637 Points

Based on the two lines you have there your code looks fine. Try relaunching your workstation. Close the workstation you have open and click launch workstation. Sometimes the workstation gets buggy and doesn't update the way it should.