Design comparison
Solution retrospective
For some reason the font wiigth on google fonts don't work for me. Can't figure it out.
Community feedback
- @SamadeenPosted over 2 years ago
Hey!! Cheers 🥂 on completing this challenge.. .
Here are my suggestions..
- You should use <main class="container"> instead of <div class="container">.
This should fix most of your accessibility issues
. Regardless you did amazing... hope you find this useful... Happy coding!!!
Marked as helpful0@DavesTicTeixeiraPosted over 2 years ago@Samadeen Hey thank you for the feedback. I should pay more attention to semantics.
0 - @DrMESAZIMPosted over 2 years ago
Hi David
I do have some suggestions which I would like you implement to make this solution better
- inside the file style.css on line 7 set
.container { background-color: hsl(0, 0%, 100%);}
2.inside the file style.css on line 36 add
body{ background-color: hsl(212, 45%, 89%); }
Marked as helpful0@DavesTicTeixeiraPosted over 2 years ago@DrMESAZIM Ok I see it. Made the change thanks for the fb, apriciated.
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