Stats card by a nerd ๐ค.

Solution retrospective
I made it for a tablet viewport๐. If you want to see it mobile, you can rotate your device to landscape๐คฆ. Anyway, it might be disordered for both mobile and desktop๐คฆ. Any suggestions to get these through are welcome. Thank uy ๐ค
Please log in to post a comment
Log in with GitHubCommunity feedback
- @tesla-ambassador
Hey, congrats on submitting your first solution! It's pretty awesome too! I just have a few issues to point out;
- Incase you want to get rid of a repetitive background like the way it is with the div containing your hero image, just set the "background-repeat" property in your css to "no-repeat".
- I noticed it wasn't responsive too just like you stated in your comments. But it's good coding practice to continuously resize your screen and apply media queries when items lose their alignment. It makes it super responsive.
- If you want to use some attributes more than once, consider using classes instead of ID's to avoid duplicate id's and this will eliminate your html issues.
Marked as helpful - @Juveria-Dalvi
After rotating I can't see the text straight try using flexbox and I can't see your css file ๐ค
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord