Design comparison
SolutionDesign
Community feedback
- @zeerobitPosted almost 3 years ago
Congrats on completing this challenge, looks good. Couple of things i'd like to point out:
- The hero image should be added as a background and not in the html
- The font-size for Annual plan is a bit too big maybe lower it a little
- for your class ".plantype" you could makei it flex then use
justify-content: space-around
to space out the items inside - add
text-align: center;
in your ".button" class to center the text inside, also add a little bit of vertical padding to make the button a bit bigger - the cancel order button is very small when viewing it on my laptop, you should increase the font-size a bit
Happy coding !!!
Marked as helpful0@Sonu-DuttaPosted almost 3 years ago@zeerobit thank you for your suggestions😊👍
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