
Design comparison
SolutionDesign
Community feedback
- P@xuaunPosted about 1 month ago
Hey Tremy-t,
I believe that your solution reflects the original design very well. Overall, it is a little smaller (from the screenshot), but the elements are present and in great proportions.
Some comments that I have:
- Your
.button
is missing the:hover
state (and thecursor: pointer
too) - I believe that your page is missing an
h1
, you can check this in the accessibility report that the frontend mentor itself generates, it is important to include these corrections in future codes - Your code is not very well indented, I know that in VS Code there is a shortcut (
Shift + Alt + F
) to indent the document (I don't know if this shortcut exists in other editors) - In your
index.html
I felt that you could have used more semantic tags to replace some<div>
s, such as<main>
or<section>
Keep up the great work in your codes, and happy learning!
1 - Your
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