Submitted about 5 years ago
Huddle landing page with curved sections using Bootstrap
@abidou08
Design comparison
SolutionDesign
Solution retrospective
Curved Section: I couldn't make that curved style
I tried to use min-width in css for mobile view but it doesn't show it properly as wanted.
Community feedback
- @mattstuddertPosted about 5 years ago
For the curved section, I'd recommend using
::before
and::after
pseudo-elements in your CSS and then styling them withposition: absolute;
and add the curve as abackground-image
. You can learn a lot from looking at other people's code, so I'd recommend browsing solutions for this challenge and seeing how others have done it.Let me know if you have any questions!
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