Design comparison
SolutionDesign
Solution retrospective
I have some difficulty make a responsive laytou with a slider.
Community feedback
- @KrzysztofLeczyckiPosted over 2 years ago
Hello, you have problems with the absolute positioning of the buttons. I suggest you wrap the image and the buttons in one container. I think it would be easier to position them correctly. Sample code will be like this:
<div class="container" style="position: relative;"> <img> <div class="btn" style="position: absolute">...</div> </div>
Best wishes. ;)
Marked as helpful0
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