Design comparison
SolutionDesign
Solution retrospective
- I couldn't place the circles at the top left and bottom right properly. I struggled with
position: absolute
andposition: relative
- This is my first time using BEM naming. Any feedback/criticism regarding that is welcome.
Community feedback
- @DanielSerePosted over 3 years ago
I used it to place the circles: background-image: url("images/bg-pattern-top.svg"), url("images/bg-pattern-bottom.svg"); background-position: bottom 50vh right 50vw,top 50vh left 50vw; background-repeat: no-repeat;
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