Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Stats Preview Card Component

@CodeWithDion

Desktop design screenshot for the Stats preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Any tips for the image color :)

Community feedback

Luka Glonti 3,440

@lack21

Posted

Good job 👍, but I have a suggestion!

  • Remove filter: opacity(0.5) drop-shadow(0 0 var(--Soft-violet-accent-img)) from the .right-content img, add position: relative to the .right-content and add these styles to the CSS
.right-content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(275, 75%, 40%, 0.5);
}

this should change your image color!

Marked as helpful

0

@CodeWithDion

Posted

@lack21 Thank you :D

0

Please log in to post a comment

Log in with GitHub
Discord logo

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