Submitted over 2 years ago
Responsive Single-Price Grid Component using HTML & CSS
@Harshini2411
Design comparison
SolutionDesign
Community feedback
- @denieldenPosted over 2 years ago
Hi Harshini, I took some time to look at your solution and you did a great job!
Also I have some tips for improving your code:
- add
main
tag and wrap the card for Accessibility - remove all
margin
from.container
class because with flex they are superfluous - remove all
padding
fromsection
tag because with flex andmin-height
they are superfluous
Overall you did well :)
Hope this help and happy coding!
1@Harshini2411Posted over 2 years ago@denielden Thq so much for giving ur feedback 😊 .
1@denieldenPosted over 2 years ago@Harshini2411 You are welcome! I would really appreciate if you mark my comment as helpful if it helped you, thank you very much :)
0 - 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