using flexbox , js

Solution retrospective
rate my design please, Any feedback and suggestions on how I can improve are very welcome!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ApplePieGiraffe
Hi, esraagamal! 👋
Nice work on this challenge! I like the animation in your hamburger menu! 🙌
In addition to emestabillo's feedback on your arrow buttons, I suggest,
- Making the background of the arrows change to a lighter color (rather than changing their opacity) upon hover so that the content of the page doesn't show through the back of the buttons.
- Also, there's quite a bit of space between the navigation links in the header of the page. Decreasing that space would bring them closer together and easier to see.
Keep coding (and happy coding, too)! 😁
- @emestabillo
Hi Esraa, it's me again lol :-) Much improved wow, I can see a lot more control of the design. Just two things here:
-
It looks like you had a bit of a time aligning the arrows as the screen sizes change. One suggestion is nesting the arrows inside
slide-pic
s (so that it becomes their parent), and then usingposition: relative
on this image container. You would still need media queries because the layout is different on desktop, but it probably won't be as many as you have now. -
The images start to look huge compared to the text between 900px to 1200px
Hope this helps :-)
-
Join 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