Profile Card Component

Solution retrospective
Open for Feedback/Criticisms
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ApplePieGiraffe
Hi, Ford Ulbata! 👋
Good job on this challenge! 👏
In addition to SzymonRojek's helpful advice, one small suggestion that I think will improve your solution would be to use the font from the original design to make the text on the page look better. 😉
Also, using CSS background images to add and position the background SVGs might be a good idea, since that'll keep your markup cleaner and I think makes a little more sense to do for background images such as these.
Keep coding (and happy coding, too)! 😁
- @SzymonRojek
Hi Ford,
Well done with the circles :D
I have checked your HTML structure, a few tips for me:
- I'd recommend reading about semantic tags, headings, alt text (why they matter);
- check your accessibility and HTML issues report above (try to fix it);
- shouldn't use ID's just for style => in this case we have got classes (ID's are better when JS will be needed);
- this is a single page component h1 can be added, for example Victor Crest;
- instead of this div id="bot" you can use ul > li;
- check your project by the inspector in your browser on different devices (mostly margin).
Greetings :D
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