Design comparison
SolutionDesign
Solution retrospective
I kinda found it hard to really position the navigation arrows where I wanted. Any tips?
Community feedback
- @comfortprincePosted 9 months ago
Proper Answer. You need to first do some research on how layouts are created using html and css. The essentially means you have to read on flexbox and grid.
After gaining a good handle on these two, learn positioning.
Short Answer Set your details section to position relative. Set your navigations container to position absolute. Adjust your left, right, top and bottom properties to position your navigations. For example left : 0, bottom: 0, positions your navigations in the bottom left corner.
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