Submitted 10 months ago
Responsive stats preview card component using flexbox
@madhavan-ts
Design comparison
SolutionDesign
Solution retrospective
I have completed this as my 9th challenge in Frontend Mentors. I am glad to accept any feedback and suggestions regarding the accessibility and the techniques that I have used to develop the webpage.
I have learnt about the backgound-blend-mode and also the filter properties and also to make the overlay on the image I used the ::before pesudo selector
.card__img-container::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
filter: brightness(80%);
background-color: hsla(277, 64%, 61%, 0.5);
}
Community feedback
- @avionics18Posted 10 months ago
very nice Madhavan 👌. Do you use scss for styling. I really liked your BEM way of writing css.
1@madhavan-tsPosted 10 months ago@avionics18 I am learning HTML and CSS for now. Planning to use when I improved with to Junior level challenges
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