Profile card using html and css

Solution retrospective
Feedback appreciated
Please log in to post a comment
Log in with GitHubCommunity feedback
- @darryncodes
Hi Alexis,
Great effort, almost an exact match!
- you should add
background-repeat: no-repeat;
to your<header>
it seems to be repeating on larger viewports - generally working with fixed heights should be avoided, it messes up a great design on some devices. Remove
height: 60vh;
from your#card
styles. Then add somepadding: 20px;
to your.stats
class
Happy coding 🤙
- you should add
- @FahimMahmudJoy
Hi Alexis, You may want to make the card look a bit more square in the large screen. On small screen, it looks fine.
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