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 trialKory Knight
1,455 PointsI'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
1,455 Pointsbody { 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
1,455 Pointsit's titled resume.html so I don't think that's a problem
Jonathan Woods
10,137 PointsLooking at the snapshot. your missing the closing semi colons on border radius and text-transform
Kory Knight
1,455 PointsOk 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
1,455 PointsOk 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!
Kory Knight
1,455 PointsKory Knight
1,455 PointsSnapshot:
https://w.trhou.se/4al2zdlej4