Design comparison
Community feedback
- @VCaramesPosted about 2 years ago
Hey there! 👋 Here are some suggestions to help improve your code:
-
Change the
height: 90vh;
in yourmain
tomin-height: 100vh;
. -
Change
width
tomax-width
in your component’s container to make it responsive. -
the background images need improvement in their placement. You will want make some adjustments to the
background-position
property. -
The profile images Alt Tags need to be improved. It should state the following; “Headshot of -person’s full name-“
-
The statistics are a list. They need be created using the Unordered List along with the List Element.
If you have any questions or need further clarification, feel free to reach out to me.
Happy Coding! 🍂🦃
0 -
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