Design comparison
Solution retrospective
I'm happy with the amount of time I spent this challenge, and the fact I didn't need to look at any external resources or seek any guidance how to accomplish it. However I'm sure there are many areas in which I could improve my solution.
What challenges did you encounter, and how did you overcome them?I initially ran into issues with styling the links appropriately, however using DevTools on chrome I was able to see what was going on and resolve the issue.
What specific areas of your project would you like help with?I'd like any pointers on how to better improve my HTML semantics and if there are any redundancies in my CSS code.
Community feedback
- @BT453567Posted 8 months ago
Hello
Great job.
I have noticed you have defined 'body' twice in your css file.
Also regarding the following:
p, h1, h2, h3, h4, h5, h6 { overflow-wrap: break-word; }
Could this not be placed in *{} ?
Keep up the good work
Regards
1
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