Design comparison
Solution retrospective
I was careful of using the proper HTML tags. I studied which tags to use for which case and tried to use them appropriately rather than using all the time. I studied tags from https://developer.mozilla.org/en-US/docs/Web/HTML/Reference
What challenges did you encounter, and how did you overcome them?I design for table using CSS was bit hard and customizing the list put me through some challenge.
What specific areas of your project would you like help with?- Plz let me know if I can improve anything about tags.Did I use appropriate tags?
- Is there anyway my css could be better?
Community feedback
- @Joshtemi0Posted 3 months ago
Great Job
.card { background-color: hsl(0, 0%, 100%); width: 38%; overflow: hidden; padding: 2%; border-radius: 15px; }
I will advise you to stop using percentage for you side it should be in
px, rem, em
etc because it will be20%
of every screen size. So try changing it topx, rem
...And use midea query also for mobile sizing
Hope this helps
Marked as helpful1 - @Joshtemi0Posted 3 months ago
Great Job
.card { background-color: hsl(0, 0%, 100%); width: 38%; overflow: hidden; padding: 2%; border-radius: 15px; }
I will advise you to stop using percentage for you side it should be in
px, rem, em
etc because it will be20%
of every screen size. So try changing it topx, rem
...And use midea query also for mobile sizing
Hope this helps
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