Single price grid component using html, css and bootstrap

Please log in to post a comment
Log in with GitHubCommunity feedback
- @shashilo
Hey Jisha! You produced a good solution, however I found some things that can improved with your implementation:
- Font-size and text color needs a closer look. You're setting your headings at
font-weight: 500
when they should be700
. - Overall container
border-radius
andbox-shadow
is missing. - The submit button's
border-radius
andbox-shadow
are incorrect as well. - Your mobile implementation needs work. The body being
width: 45%
is not ideal. It should be 100% and add margin to the left/right to space the content from the edges.
- Font-size and text color needs a closer look. You're setting your headings at
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