Profile Card Component Solution

Solution retrospective
Feel free to provide feedback. I will be very happy if you tell me how I can improve.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Astrobean
I see that you're playing around with animations, which is great, because fun is a good motivational tool for studying. Here's some suggestions:
- Center the card vertically, there are plenty of easy ways to do this, but it's more fun if you figure that one out yourself.
- Normalize css is cool, but overkill for a tiny project like this.
- You're using many media queries for the background alone. This pattern usually indicates that you need to stop using absolute units (px) and lean towards relative units and percentages instead. I'm sure you could build a smoother result if you used less media queries, and more appropriate units.
Happy coding ✌
Marked as helpful
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