Profile card Component

Solution retrospective
There's just a thing i couldn't handle while working on this project.
I couldn't positioning the background circles. I tried to put them using media queries, but even while using figma template, could not get by handling. Inside my code, this part is commented, could anyone please help?
thx u all!!!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @SinisaVukmirovic
Hello!
About the circles...
There is a typo in your code... You misspelled the word "absolute".
.bg-pattern-top, .bg-pattern-bottom { position: absoulute;
Its "absolute" not "absoulute"... Could be just that... Try it when you fix that typo!
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