Single price grid component using HTML and CSS
Design comparison
Solution retrospective
Hi All,
I have completed this challenge which requires basic HTML and CSS. feedbacks are most welcome.
Community feedback
- @En-JenPosted over 4 years ago
Hey Abhijit, nice job coding this. Using class names for almost all your CSS selectors is really good and nice job using relative units. I would suggest giving the entire price grid component a width and then centering it within the page. It looks too wide as it is on large screen sizes.
2 - @rfilenkoPosted over 4 years ago
Hey, put all our elements inside one container, give it a max-width, this way it will be easier to position it. Also be consistent with margins between elements, so use just margin-bottom, for example, for vertical rhythm. Initially set box-sizing:border-width - will help with sizing all your elements.
Keep practicing, Roman
1@abhijitmoryePosted over 4 years ago@rfilenko Thanks for the suggestion..i will keep these in mind while coding.
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