Using CSS Flexbox e media queries

Solution retrospective
I have some difficulty make a responsive laytou with a slider.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @KrzysztofLeczycki
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 helpful
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