Design comparison
Solution retrospective
There are two background svgs so I don't know how to do that. Apart form that, I think this looks pretty good. Please kindly provide feedback!
Community feedback
- @mikib0Posted almost 3 years ago
I also found that difficult although i somehow achieved it using
position: absolute
. But while browsing @MonaElshikh`s code i found thisbackground: url(../images/bg-pattern-top.svg) no-repeat, url(../images/bg-pattern-bottom.svg) no-repeat; background-position: right 50vw bottom 50vh, left 50vw top 50vh; background-color: var(--body-bg-color);
to be a better solution.Oh i have an observation your profile image is not centered.
I hope it helps. Have a great day!! :)
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