Single Price Grid Component Solution

Solution retrospective
Hello, any feedback would be greatly appreciated.
Thank you.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @vanzasetia
Hello there! 👋
Congratulations on completing this challenge! 🎉 Good job on using Normalize on the site! 👏
However, there are some areas that can be improved.
- Use
min-height
instead ofheight
on thebody
element. This way, if the card element needs more than100vh
then thebody
element can grow (by adding a vertical scrollbar) which means that the users can scroll to see the rest of the content. - Create a custom
:focus-visible
styling to any interactive elements (button
, links,input
,textarea
). This will make the users can navigate this website using keyboard (by usingTab
key).
Hope you find this useful!
Marked as helpful - Use
- @semi26
Really good work looks very identical, I like that you included a README.md with your solution. handles well with responsiveness. Overall great work. Happy Coding 👍
- @Kamasah-Dickson
Great solution, your texts are readable on smaller screens and responsive. Good job there👍 Happy coding👍
Join 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