site using Sass, Css flexbox, media-queries, JS

Solution retrospective
I found it very hard to create responsive curved backgrounds, I made it but it's not perfect. So what is the best way to create it and make it responsive?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @mattstuddert
Hey Noha, great work on this challenge. Your solution looks really good! For the coded background decorations, you could use a pseudo-element instead, such as the
::before
pseudo-element. Your code would look very similar, except it would mean that you don't need to add empty elements in your HTML.I hope that helps! Let me know if you have any more questions about it 🙂
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