Sunnyside agency | Responsive landing page using css grid

Solution retrospective
Updated solution... For now now no questions but all feedback is welcome.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @BenjaDotMin
Hiya Martijn!
You can add a z-index:1 to .primary-btn. Then add z-index: -1 to your after class.
With a z-index and relative parent, the z-index:1 will act as a new scope, for the z-index:-1 (rather than the -1 sending it behind your page, it will send it behind the primary-btn) I hope this makes sense :)
- @MikevPeeren
Hey 👋
You can use :after and apply a top with a background color and a certain height.
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