Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cdanderson76/stats-preview-card-component

This is the desktop solution for the Frontend Mentor Stats preview card component
https://github.com/cdanderson76/stats-preview-card-component

Last synced: about 1 month ago
JSON representation

This is the desktop solution for the Frontend Mentor Stats preview card component

Awesome Lists containing this project

README

        

Stats Preview Card Component

![image](https://github.com/cdanderson76/Stats-Preview-Card-Component/assets/138369806/31cc53a4-cc2f-44ac-bdee-2195800792cb)

This one became a much bigger challenge than I had anticipated. I was attempting to utilize CSS Grid to put this project together (because I wanted to practice), but after dealing with additional whitespace with the photograph included with this project, I decided to switch back over to Flexbox. After doing so, I went through the project fairly smoothly, but I couldn't get my desktop design the way that I needed it to be. I ended up having to ditch the entire desktop solution and create another CSS file just so I could break away from any common connections with the original CSS file. Once I got the design the way that I needed it to be, I deleted the extra file and used a media query in the original. I tried cleaning up the code as much as I could as well...