Submitted almost 2 years ago
Stats preview card component built with plain HTML and CSS
@rafdidact
Design comparison
SolutionDesign
Solution retrospective
You think you can find inefficient code in my repository? let me know!
Community feedback
- @HassiaiPosted almost 2 years ago
To center .modal on the page, add min-height:100vh; display: flex; align-items: center: justify-content: center; or min-height:100vh; display: grid place-items: center to the body.
For the color on the image, give .img-wrapper a background-color of soft-violet, give the img mix-blend-mode: multiply; opacity: 0.7 or 0.8
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
Marked as helpful0@rafdidactPosted almost 2 years agoHey, Hassia.
Thank you for your help. You have an amazing profile!
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