plain html,css and vanilla js site with ajax request, response

Solution retrospective
there is a problem with the horizontal scrolling if any one have a solution please thanks in advance
Please log in to post a comment
Log in with GitHubCommunity feedback
- @emestabillo
Hi @DevMoustafa97 it's line 129
transform: translateX(10%)
on your header image that's causing the horizontal scroll. Applyingoverflow: hidden
to the parent div.showcase
should solve your issue. Overall, great job, some alignment issues in medium device widths and the green line connecting the three divs in the.cards
section is bleeding in desktop screens. 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