Design comparison
Solution retrospective
I'll take down notes and i tried to keep it exactly the same as design
What challenges did you encounter, and how did you overcome them?HOW TO KEEP MYSELF FOCUS AND COMMITTED TO THIS CHALLENGE
What specific areas of your project would you like help with?BEM - i want my code to be organize and reusable in the futute
Community feedback
- Account deleted
Hello, I have some feedback regarding your HTML file. Use the
main
tag andarticle
tag. For theimg
tag, add thealt
attribute. Forh3
, usespan
instead, and replaceh4
with thetime
tag. Add thehref
attribute to theanchor
tag. Instead of usingdiv
for the author's name, use theanchor
tag.In the CSS file, add variables and use the universal selector correctly. Give the
body
tag abackground-color
instead of the container. Here, I mean thebody
tag name, not the class forbody
. I recommend removing this class. Instead of givingheight: 100vh
to the card, give it to the body.These are the observations I've made. If you have any questions or don't understand something, please let me know.
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord