
Design comparison
Please log in to post a comment
Log in with GitHubCommunity feedback
- @vianhg
Great work. Nice touch using the time tag for semantic HTML. It'd be nice if you could format your files (html and css) so they were easier to read. Maybe, you could take a look at the BEM notation for CSS. That could help improve bigger projects and even performance
Marked as helpful - @Irina11122
Hi, congrats on solving the challenge! If I may offer a suggestion, I noticed that the image is not displaying properly. Instead of using this code: <img src="https://i.ibb.co/5G3kvj9/image-avatar.webp" alt="publisher avatar" /> You might want to try using a relative path like this: <img height="40" src="./img/image-avatar.webp" alt="pic" /> This way, the image will load correctly from your local directory.
Join 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