Submitted over 3 years agoA solution to the Profile card component challenge
Profile card component made with basic HTML and CSS knowledge
@Haico-Paulussen

Code
Please log in to post a comment
Log in with GitHubCommunity feedback
- @markteekman
Hey Haico, nice first solution, looks great 👍🏼
Some suggestions on how to improve your code:
- You could try using a
<footer>
landmark instead of a div with a class of footer for better markup - Also wrap your card in a
<main>
tag for a better and more accessible markup (these first two points should tackle most of your accessibility warnings) - You could set the background on the
<body>
instead of using a separate div to clean up the code a bit
Keep up the good work!
Marked as helpful - You could try using a
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