Design comparison
Solution retrospective
I could not get the button to display as shown in the question. Any suggestions on how to rectify this would be great !
Community feedback
- @nasrattPosted over 4 years ago
hey, great job. but not still fully responsive to the bigger screens. the background curve appears at the middle of the page and while traversing from one slide to other there is a flicker that needs to be fixed.
0@ShreyasBhaktharamPosted over 4 years ago@NasratTalash Thanks for the input. I'll try and fix it.
0 - @emestabilloPosted over 4 years ago
Hi shreyasb20, if you put both the
previous
andnext
images inside one wrapper it should solve the button problem.0@emestabilloPosted over 4 years ago@ShreyasBhaktharam If you put both the previous and next images inside one div and apply appropriate styling, it will match the design. Something like this:
<div class="btn-img"> <img src="images/icon-prev.svg" alt="Icon-previous" /> <img src="images/icon-next.svg" alt="Icon-next" /> </div>
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