Submitted over 2 years ago
Component using Sass and Flexbox
@claire-conrardy
Design comparison
SolutionDesign
Community feedback
- @Eric-FerolePosted over 2 years ago
Great job Claire !
Your negative margin on your
.avatar
is a simple and clever way to make it ! Instead of using a negative margin with % you could have use the half of the height of your image. Per example, 106px/2 = 56px.magin-top: -56px;
.I noticed you used margins in your footer to make space around your statistics block. Padding is alway a better choice for this.
Well done !
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