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

Kory Knight
Kory Knight
1,455 Points

I'm getting an Error when I try to load the resume. Anyone see why?

Here's how I wrote it up. Anyone notice what I'm messing up?

<!DOCTYPE html> <html> <head> <title>Kory Knight's Resume</title> <link rel="stylesheet" href="resume.css"> </head> <body> <img src="https://placeimg.com/640/480/nature" alt="Kory Knight, Web Developer" class="main-image"> <h1>Kory Knight, Web Developer</h1> <h2>Summary of Qualifications</h2> <ul> <li>Experience as a freelance web developer</li> <li>Experience with HTML, CSS, and JavaScript</li> <li>Bachelor of Science, Economics</li> </ul> </body> </html>

Kory Knight
Kory Knight
1,455 Points

body { font-family:"Arial"; }

.main-image { border: solid 4px black; border-radius:50%; } h1 { background-color: #e2e2e2; padding: 5px; }

.section-title { text-transform:uppercase; }

Kory Knight
Kory Knight
1,455 Points

it's titled resume.html so I don't think that's a problem

Jonathan Woods
Jonathan Woods
10,137 Points

Looking at the snapshot. your missing the closing semi colons on border radius and text-transform

Kory Knight
Kory Knight
1,455 Points

Ok so I switched from Safari to Firefox and now i can see me resume page. I guess safari isn't the best for running the workspace. Hope this helps anyone else who goes through this!

1 Answer

Kory Knight
Kory Knight
1,455 Points

Ok so I switched from Safari to Firefox and now i can see me resume page. I guess safari isn't the best for running the workspace. Hope this helps anyone else who goes through this!