Huddle landing page with curved sections with bootstrap

Solution retrospective
@matt same for here made this earlyer, next project will be using header footer etc!!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @mattstuddert
Nice work on this, Sven. For the curved details on the various sections, you could use
position: absolute
on a separate element (like an emptydiv
) or a pseudo-element (like::before
) to stick the image to the top or bottom of the element as necessary based on the design.Let me know if you have any questions about this approach 👍
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