Please confirm that my tribute page passes the project tests. (It looks to me like it does.)
I realize that it’s not a stellar page, either in terms of content or visual appeal. You’re welcome to offer comments, but my goal was more to get the HTML and CSS right than to produce a professional piece of work. (The tribute person deserves better, and at some point I may improve on it.)
Also, please provide feedback on my CSS. Could it be cleaner or more efficient? And is there a way to align the figcaption with the left edge of the image?
Your page looks good @LisaWillCode.
To answer your question, no it does not pass all user stories. Here’s how and some other suggestions.
Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>)
The test script, with all tests passing, should be included when you submit your projects.
Your page passes xx/xx user stories. Click the red button to see which test(s) are failing and text to help you correct the issue. Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask specific questions on what you don’t understand.
Run your HTML code through the W3C validator.
There are HTML syntax/coding errors you should be aware of and address.
Since copy/paste from codepen you can ignore the first warning and first two errors.
Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.
Reference MDN Docs
Make your page responsive. Remember, the R in RWD stands for Responsive
There’s a horizontal scrollbar on large and small screens
(In your main selector I’m not sure why you have margin: -50px;)
If you have any Questions or Difficulties implementing the suggestions that @Roma made, the Members of the Forum are here to share Advice and Guidance.
I’m finding this forum a bit confusing to use. Not sure who I’m replying to, but this reply is meant for kevinSmith. I didn’t even make it as far as the red button. Still on my way to that, but I really appreciate the info about the readout, and I will look at it.