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
- Solution URL: Solution URL
- Live Site URL: Live URL
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
Setting image src through CSS
<img alt="Header Hero Image">
img {
content: url(../images/image-header-mobile.jpg);
}
- CSS Diner - I'd recommend it to anyone because it is an interactive game to practice CSS Selectors.
- Flexbox Froggy - This is an amazing website which helped me review my flexbox skills. I'd recommend it to anyone because it is an interactive game to practice flexbox.
- Grid Garden - This is an amazing website which helped me review my Grid skills. I'd recommend it to anyone because it is an interactive game to practice Grid.
- Frontend Mentor - @najeeb-anwari
- Github - @najeeb-anwari