Submitted about 3 years ago
Responsive Article Preview Layout made with HTML/SCSS/JS
@cheepmanzee
Design comparison
SolutionDesign
Solution retrospective
All feedback is highly appreciated!
Community feedback
- @fidellimPosted about 3 years ago
Hi Valentin,
Great work on this project! I like the animation of your share component. It is also responsive for both desktop and mobile views :) Well done!
Marked as helpful0 - @kens-visualsPosted about 3 years ago
Hey @cheepmanzee 👋🏻
I just have a quick tip to help you fix the accessibility issue.
- In your markup,
<div class="card">...</div>
should be<main class="card">...</main>
. This will fix the accessibility issues, only don't forget to generate a new repot once you fix the issues.
I hope this was helpful 👨🏻💻 and one last thing, try implementing
box-shadow
for.card
. Here you can find some coolbox-shadow
s. Nice touch on the animations, by the way, well done. Cheers 👾Marked as helpful0 - In your markup,
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