
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm especially proud of the responsive website I built using the latest CSS properties, eliminating the need for SASS to manage variables or anidation.
What challenges did you encounter, and how did you overcome them?.social-links { padding: 20px; & p { font-weight: 400; margin-bottom: 7px; } & a { text-decoration: none; color: var(--white-color); font-weight: 600; } .links { display: flex; flex-direction: column; align-items: center; justify-content: space-between; margin-top: 1rem; } }
The most challenging thing was to make the button because it did not cover 100% of the box and to overcome that I made it look like a box.
Community feedback
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