Responsive card with flex.

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@Sascha-Wagner99
🌟 Hey, nice work!
I noticed a few things that could be improved:
-
❓ What's the
sunny-gradient
variable for?
Maybe it was left in by accident? -
🧹 Redundant font files:
If you're loading fonts via Google Fonts, you can safely remove the local font assets. -
🔤 Font units:
You're usingpx
units for font sizes. It's generally better to use relative units likerem
orem
for better accessibility and responsiveness.
-
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