Profile Card Component using basic HTML & CSS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @JessicaStrachan
Nice work :)
One pointer I have is to consider using a
max-width
on thecardWrapper
. The use of just percentages runs the risk of the card looking too wide on larger monitors. Then you could potentially look at making itwidth: 100%
on smaller devices, relying on the margin ormain
element to prevent the card from touching the edge of the screen.
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