Submitted almost 3 years ago
Sunnyside agency landing page HTML, CSS and JS
@shaqeebakhtar
Design comparison
SolutionDesign
Community feedback
- @denieldenPosted almost 3 years ago
Hi Shaqeeb, congrats on completing the challenge!
I had a look at your final solution and I have a few suggestions for you that I hope will be useful:
- in my screen the image of the section they do not cover the entire dedicated space, this is because you have assigned
max-width
. Instead, usewidth: 100%
so that the images fill their containers. - try to add
arrow__down
an effect to scrool down with wrapping theimg
witha
tag - in mobile when I open the menu the arrow overlaps and remains visible: try to use
z-index
in thenav
tag
Also don't forget to look at the report issues.
Overall you did well :) keep it up and Happy coding!
Marked as helpful1@shaqeebakhtarPosted almost 3 years ago@denielden thank you for your feedback really appreciated it but don't know which section's image you're talking about.
1@denieldenPosted almost 3 years ago@shaqeebakhtar every image inside all section excluding the initial slide :)
0 - in my screen the image of the section they do not cover the entire dedicated space, this is because you have assigned
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