Submitted over 4 years ago
Single price grid component using html, css and bootstrap
@Jisha235
Design comparison
SolutionDesign
Community feedback
- @shashiloPosted over 4 years ago
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.
1 - Font-size and text color needs a closer look. You're setting your headings at
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