Order summary card with htmls and css only

Solution retrospective
I dont know why my image is white at the bottom, but i thin its pretty cool thou
Please log in to post a comment
Log in with GitHubCommunity feedback
- @kwngptrl
Nicely done. With the musical note icon (besides the 'annual plan'), you can set height and width so it wouldn't get squished as the viewport goes narrower.
- @rrebolledo90
In your body, set background-size to contain instead of cover, and add the background color #dfe6fb in the body and you should take care of that white space you mentioned.
Body { background-size : contain
background-color: #dfe6fb; }
Join 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