Design comparison
Solution retrospective
Any suggestion on my code is welcome ππ€
Community feedback
- @FluffyKasPosted almost 3 years ago
Hiyo,
You did pretty good on this one, there's on a few things I'd like to suggest:
-
Your aim would be to make this design work on all screen sizes, larger than 1540px included (especially considering how many people are using screens a lot wider than that). You could center the content and make the top bg image cover the whole width of the screen.
-
It's great that you thought of writing alt text but I'd suggest revisiting them after reading this article.
-
I'm not sure why your headings have hover states? It's not necessarily bad, if that's the way you like it but users might mistake these for clickable links.
-
Footer nav:
ul
can only haveli
s as their direct children. You can't group yourli
s in adiv
,ul
is there exactly for that! In this case it would be better to have multipleul
elements for styling the footer nav the way you wanted. -
The company logos in the companies section also have hover states which again, may mislead users that these are actual links. If you like this design, maybe you could actually wrap the images in
a
tags?
I'd say the rest is good, you even thought of adding aria-labels. All in all, great job!
2@Nightcode16Posted almost 3 years ago@FluffyKas thank you β€ I appreciate it, I' ll implement your suggestion on the next challenge. Thanks broπ€
0 -
- @GitHub-dev12345Posted almost 3 years ago
Give the footer background color is :- background : whitesmoke;
and Good Work, Keep it up
I hope you find this helpful π
1@Nightcode16Posted almost 3 years ago@GitHub-dev12345 ohh i forgot to put it π , thanks men but lets just keep it that way for now I'll be careful to the footer background next time. Thanks I appreciate it π€
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