Profile Card Component Challenge

Solution retrospective
This is my first challenge so all feedback welcome. the one think i struggled with was making the background smaller as my live version looks to large.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @hachi-ops
Just checked: quotes between brackets aren't necessary: url('...') or url(...) doesn't matter. I didn't have them in my solution and it loaded pictures anyway but it is considered a good practice to include them.
- @hachi-ops
Yes you can have two images separated by commas:
background-image: url('...') , url('..');
- @hachi-ops
Hello Mark, You are missing double quotes in your index.html in line 36 (but I don't think this is the reason why it displays incorrectly :)
Actually the design is there if you scroll down. It shows the card exactly in the middle of the page:) Vercel should update git hub changes automatically but maybe if you try to login to Vercel again and see what happens.
- @grace-snow
Yep, we can't see anything. Did you push your latest code up to the repo? Make. Sure everything is staged, committed and pushed, then update your solution and generate a new screenshot & report.
Good luck
- @edgg72
Hello Mark, it seems that you didn't upload everything correctly, check that again.
- @hachi-ops
This comment was deleted over 4 years ago
- @Sa1ners
ok thats appreciated. can you have two images as background-image lines within the body CSS entry? I will also try removing the background-size:cover entry.
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