Profile card component

Solution retrospective
One more solution 😁
Personally, I confess that in this challenge I had a lot of difficulty to set the background according to the reference.
Could anyone give me a hint?
I thank you for your help!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Thedeezat
Hey CARLOS 👋
I also had issues with the images when i did this project 😅 i suggest for the images in the background you should try out something like this
background-image: url('images/bg-pattern-top.svg'), url('images/bg-pattern-bottom.svg');
You can also add
background-position
to position it, andbackground-size
to scale it, makes it way easier to use these.Well, nice work on this project. I hope you find this helpful.
Marked as helpful
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