Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Starting every newbie challenge here in frontend mentor. To touch up and go back to these challenges and improve them if needed.
What challenges did you encounter, and how did you overcome them?Not much since it is very straightforward. But maybe I could personalize it on my next try on this challenge.
What specific areas of your project would you like help with?The responsiveness of the website.
Community feedback
- @alexstrauchPosted 8 months ago
Hi, I'm a beginner myself. If you want to get rid of the underline in the "Coded by"-section you could do this and maybe give it the same color as h3:
.attribution a { text-decoration: none; color: hsl(75, 94%, 57%); }
Marked as helpful0
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