Huddle Landing Page with Curved Sections made with CSS Grid
Design comparison
Solution retrospective
I had trouble with adding the curved SVG's. I'm open to any suggestions.
Also, if anyone has any recommendations on how I could have used flexbox differently I will appreciate your help. Thanks!
Community feedback
- Account deleted
First Question if you're struggling to add the curve in the HTML file used <img src="circle.svg"/>
not <svg> or if you're struggling to add the curve image to the each divs container used positioning if ever you're not confident how to used positioning learn positioning because it will help you to solve your problemSecond Question the only purpose of flexbox is to align straight each elements so they will become horizontal (inline-block)
if ever you want to used a different approach used grid you can do anything in grid like you did in flexbox
Marked as helpful0
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