Design comparison
Solution retrospective
well, this challenge was not too hard for my. i forget the semantic HTML again (lol) but the code works!
give me feedback please!!
Community feedback
- @ratul0407Posted about 1 year ago
Congratulations on completing this challenge🎉🎉
you should do this to your body👇
body { background-image: url(./images/pattern-background-desktop.svg); background-size: contain; background-repeat: no-repeat; background-color: hsl(225, 100%, 98%); }
instead of just setting a background-size of cover to the background image. Your
.mainContent
should have the background color ofwhite
and your.planInfo
should have the background color of your bodyhsl(225, 100%, 98%)
and color the h2 and h3 according to the design and set the border radius of you.mainContent
for the border radius of the bottomI hope it was helpful 👍👍
Have a nice day :D
Marked as helpful1@ignaciorumbodeskPosted about 1 year ago@ratul0407 hello! Thank you very much for your suggestion. i really appreciate it. I will make the changes
1
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