Design comparison
Solution retrospective
Interested to see how others tackled the issue of having the profile picture itself over the background and main div it is on. Any constructive feedback on how to better improve would be greatly appreciated.
Community feedback
- @CryptoFallenPosted almost 2 years ago
Seem to be having issues with background SVG not showing up on github pages, but shows up when displayed on the live server. Something I'll have to fix.
0@nalosmanPosted almost 2 years ago@CryptoFallen
hey! Took a look at the code on the live site. To get the background svgs to show up, delete one of the periods you have in front of the urls.
Instead of url(../image try url(./image
hope this helps! ✌️
Marked as helpful1@CryptoFallenPosted almost 2 years ago@nalosman This was the issue, wow thank you for picking that one up :)
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