Design comparison
SolutionDesign
Solution retrospective
Your constructive criticism are always welcome.Please provide feedback to help me in growing my skills.
Community feedback
- @HappyAtom3Posted about 3 years ago
Hi Ravi, everything looks very good.
Very impressive solution, good job.
Marked as helpful1 - @darryncodesPosted about 3 years ago
Hi Ravi,
Really great solution - well done!
- you could add
transition: ease .3s;
to your button styles to make the hover affect smoother - you could clear up your accessibility report if you added some alt-tags to your images and used some semantic markup. Change
<div class="card">
to<main class="card">
and<div class="attribution">
a<footer class="attribution">
All the best!
Marked as helpful1 - you could add
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