Submitted over 3 years ago
Please Review the Profile Card Solution
@Tejeshwer25
Design comparison
SolutionDesign
Solution retrospective
Can anyone please help me with the bottom right pattern, because I am unable to find an optimal property to set the pattern?
Community feedback
- @ThedeezatPosted over 3 years ago
Hey Tejeshwer Singh Sachdeva š
I was unable to check your code in github, i think you should check what's wrong but i inspected it and i think instead of using the
container::before
you should try this:.container { background-image: url('./images/bg-pattern-top.svg'), url('./images/bg-pattern-bottom.svg'); background-position: top, left, bottom, right; }
I also had similar issues with this and i got help which really helped alot i hope it does the same for you š.
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