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

HTML Introduction to HTML and CSS (2016) Adding a New Web Page Write the HTML

Cindy Mora
Cindy Mora
407 Points

Hello, My title is aligning to the right of the image and the title font is not bold or as big as in the video?

Everything looks exactly like in the video down to the exact spacing but it does not seem to adjust the text. What may be wrong? Thank you!

https://w.trhou.se/kfmdhc8o5d

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

Hi, Cindy! This will be much easier to troubleshoot if we can see your code. It's almost impossible to say what's wrong without it. The easiest way to share your code with us is to link a snapshot of your workspace. This will allow us to fork your workspace and have a look at all the files and file structure.

Daron Anderson
Daron Anderson
2,567 Points

make sure your punctuation is correct, colons, commas, semi commas. Properties are defined correctly classes. make sure all of that is in the right place. also make sure you spell the attributes and what not correctly.

1 Answer

In your Resume.html your first header is an L. [<hl>Cindy Mora, Web Developer</hl>] It should be a 1. [<h1>Cindy Mora, Web Developer</h1>]