Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
- Content looks proportionally similar to the design file
- Less time to figure out than previous challenges
- Difficulties in centering the content, but managed to do it using flex container and
margin: 0 auto 36px auto;
on the content children - Had to adjust margins and padding repeatedly to get it right
- How to apply the font properties the style guide
- Not sure how the focus state should look like
Community feedback
- @stefan-holmgrenPosted 8 months ago
Looks good!
I centered the content by using
.profile { ... text-align: center; }
The only thing I had to fix to keep centered were the avatar-image which i set up like:
.profile .avatar { ... margin: auto; }
1 - @LToyyibPosted 8 months ago
Welldone! But you did not publish your work with a live page on github.
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