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: https://github.com/GSD3v08/stats-preview-card
- Live Site URL: https://gsd3v08.github.io/stats-preview-card/
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
For this challenge I tried to focus on mobile-first workflow, this is my first time with responsive design and I thing the result was positive, maybe it's not the best solution but it works, I'll try to do it better next time.
Keep learning about mobile first workflow and more ways to center elements.
- Frontend Mentor - @GSD3v08