Profile Card Component using SCSS and Flexbox
Design comparison
Solution retrospective
If there is anything that catches your attention that I might've missed, don't hesitate to let me know! Thank You!
Community feedback
- @ApplePieGiraffePosted over 3 years ago
Hi there, Alfonso Pruneda! 👋
Nice work on this challenge! 🙌 The card component looks good and the positioning of the background images is great (something that can be a little tricky)! 👏
The only thing I suggest is to perhaps use an
<article>
tag for the card component (since it's a self-contained element) to make your HTML a wee bit more semantic! 🙂Also, in the future, you might want to consider using CSS background images to add and position background images in your sites. That'll keep those images out of your HTML (which will make it slightly cleaner) and I think it's a little easier to manage the background images with CSS. 😉
Keep coding (and happy coding, too)! 😁
0
Please log in to post a comment
Log in with GitHubJoin 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