This is a solution to the stats preview card component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- View the optimal layout depending on their device's screen size
- See hover states for interactive elements
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
• It was my first FrontEndMentor's challenge. • I learned how to use and organize variables in CSS code:
:root {
--very-dark-blue: hsl(233, 47%, 7%);
--dark-desaturated-blue: hsl(244, 38%, 16%);
--soft-violet: hsl(277, 64%, 61%);
}
• I learned to work with flexbox and some flex-grid techniques. Some examples:
display: flex;
flex-direction: column;
grid-row: 1/2;
- B7 Web - B7Web is an online web developer course from Brazil. So i learned how to write HTML and CSS codes studying B7Web's classes.
- Website - André dos Reis
- Frontend Mentor - @andrebdosreis
- Twitter - @andrebdosreis
Thanks FrontEndMentor.io for challenge. I'm learning a lot with you.