Design comparison
SolutionDesign
Solution retrospective
I have done the social-proof-section-master challenge but I couldn't add the SVG pattern on the right side of the model (desktop) if anyone knows how to do that please tell me any response is appreciated.
Community feedback
- @suyog-bhandariPosted over 1 year ago
try using position absolute and relative... relative is for the parent element and absolute for the svg you want to place. Use top bottom etc. to adjust the svg at the exact place u want it to be and u should be fine
Marked as helpful0 - @hszilviPosted almost 2 years ago
Have you tried with postion relative/absolute? https://www.w3schools.com/css/css_positioning.asp
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