Submitted over 2 years ago
Mobile first responsive stats preview card using HTML and CSS
@yjkim0109
Design comparison
SolutionDesign
Solution retrospective
This is my new challenge. If there's any suggestion, Please feel free to let me know. Any feedbacks would be appreciated! ;)
Community feedback
- @Harshi786Posted over 2 years ago
Hey @yjkim0109!
Congrats on completing the challenge.
Your code looks good just a tip to make it perfect:
- Your have done image right just reduce the opacity of image it will get perfect.
.desktop_img { display: block; height: 100%; border-top-right-radius: 10px; border-bottom-right-radius: 10px; mix-blend-mode: multiply; opacity: 0.75; }
- And please write your name in attribution section.
Hope this helps :)
Marked as helpful1@yjkim0109Posted over 2 years ago@Harshi786 Oh Thank you so much! That's exactly what I want to know! :)
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