@ironheart93Submitted over 3 years ago
Hi, this is my code for the Profile Card Component!
I really struggled with the background svg and understanding how to manipulate them!
Please let me know if you have any suggestions or wanna offer help!
Hi, this is my code for the Profile Card Component!
I really struggled with the background svg and understanding how to manipulate them!
Please let me know if you have any suggestions or wanna offer help!
Hi Alexandria,
Good Work! Try using background-image and background-position next time.
here's some code to help with that
background-image: url(../images/bg-pattern-top.svg), url(../images/bg-pattern-bottom.svg); background-repeat: no-repeat; background-position: bottom -55% right 49vw, top -90% left 42vw;
This should do the trick.
Overall good work !