Heli0s• 670
@zeerobit
Posted
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 helpful
0
Sonu Swapan Dutta• 530
@Sonu-Dutta
Posted
@zeerobit thank you for your suggestions😊👍
0