Submitted about 2 years ago
Simple solution for Product preview card with css grid and flexbox
@Szabolcs-Zeg
Design comparison
SolutionDesign
Solution retrospective
This is my first completed Frontendmentor challenge. My primary goal with this project was to learn how to use Github and Frontend Mentor.
Community feedback
- @faha1999Posted about 2 years ago
Hello, Szabolcs Congratulations on finishing this project. It's lovely and great on the whole! Just a little tip:
- You might want to use semantic tags like the
<main>
to wrap your code, instead ofdiv
. like
<main> <div class="main-card-container"></div> <div class="attribution"></div> </main>
This would help improve accessibility.
-
add a
hover
effect & smalltransition
it will be better. & make thecursor: pointer;
. -
- Instead of using
px
, use relative units likerem or em
to get better performance when the information on your page needs to be resized for multiple screens and devices.REM
andEM
apply to all sizes, not justfont-size
. You can code your entire page inpx
and then, at the very end, use the VsCode pluginpx to rem
to perform the automatic conversion px to rem
- Instead of using
I hope it will work. Happy coding.
0 - You might want to use semantic tags like the
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