Design comparison
Solution retrospective
Hi! Eurus here.
Additional feedback or criticism will be appreciated. Thanks! 😁!
Community feedback
- @xZAYEDxPosted almost 3 years ago
Good job on the pixel perfect output 👍🏽
-- Since your using semantic elements make sure to include the <footer> tag after <main> </main> tag.
-- Write your code like this , it will fix the ACCESSIBILITY ISSUES.
<footer> <div class="attribution"> Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. Coded by <a href="https://www.frontendmentor.io/profile/eurus1108">Eurus</a>. </div> </footer>-- Also add the shadow for the card and border color for the person image.
--Rest everything is good 💯
Marked as helpful0 - @NaveenGumastePosted almost 3 years ago
Hay ! Eurus Good Job on challenge
These below mentioned tricks will help you remove any Accessibility Issues
-> Add Main tag after body
<main class="container"></main>
-> Learn more on accessibility issues
If this comment helps you then pls mark it as helpful!
Have a good day and keep coding 👍!
0 - @nees101Posted almost 3 years ago
Good work! Looks almost exact as the design.
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