
Design comparison
Community feedback
- @BoyutifePosted almost 2 years ago
Hi Irmayanet85 👋. Congratulations on successfully completing the challenge! 🎉
Job well done.
I have some additional suggestions for your code that I believe will be of great interest to you.
CSS:🎨🎨
Use relative units like rem or em as the unit for the padding, margin, and width values, and preferably rem for the font-size values, instead of px, which is an absolute unit, for responsive content.
Also you might want to flex the card_body class so that you can centralise the h1 and p tag and not have to use margin to centralise or you might just text-align:center.
Hope am helpful.
HAPPY CODING
Marked as helpful0
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