Submitted about 3 years ago
Preview Card for desktop and mobil
@peter-kalavritinos
Design comparison
SolutionDesign
Solution retrospective
I appreciate any feedback!
Community feedback
- @abdulrahman-rwimPosted about 3 years ago
hi @peter-kalavritinos good work on this challenge your solution looks great on desktop, but it's not responsive, take a look again on the mobile view, and to get rid of accessibility issues,
- here are some solutions
- use semantic HTML tags
<main class="main"> instead of <div class="main">
<footer class="attribution"></footer>
- correct the HTML validation
ont-size: 112x;
you missed a Letter here should befont-size
, - you can check this video to learn more about accessibility
- I hope this was helpful for you, other than that, nicely done, 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