Design comparison
SolutionDesign
Community feedback
- @Nico243Posted 4 months ago
As instructed it looks well done, using external stylesheet helps with maintainability and with larger projects.
Try using semantics instead of divs see code below:
<main> <article class="#"> <figure class="#"> <img src="#" alt="#"> <figcaption> </figcaption> </figure> <section> </section> </article> </main>
It is more structured and easier to read.
Well Done!
Marked as helpful1
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