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
![](./2021-06-12 Preview of site.png)
- Solution URL: (https://github.com/paulzala/stats-preview-card)
- Live Site URL: (https://paulzala.github.io/stats-preview-card/)
- HTML5
- CSS
- CSS Grid
Note: These are just examples. Delete this note and replace the list above with your own choices
Some new CSS learnings including defining custom font-families and using the rem unit of measurement.
- (https://css-tricks.com) - This site just has everything.