Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I enjoyed being able to practice design using FlexBox. For next time, I would use a CSS preprocessor like SASS or LESS.
What challenges did you encounter, and how did you overcome them?Using Flexbox was my challenge due to lack of practice, but I overcame it by using the CSS documentation.
Community feedback
- @moonji-spoonjiPosted 2 months ago
Great job with this challenge! Your solution looks a bit smaller but proportional to the design. Your code is very neat and reusable!
There are only two small things I noticed:
- The Twitter link is missing a reference, here's the change to your code
<a href="https://x.com/" target="_blank" class="links__item">Twitter</a>
- The links seem to be a lighter font weight than the design, so maybe you could try
font-weight: 600
orfont-weight: 700
in the .links_item block
I'd love to see your use of SASS or LESS in future challenges!
0 - The Twitter link is missing a reference, here's the change to your code
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