Good day everyone, I noticed I'm not the only one having issues with the background images, I've tried everything within my knowledge to get it fixed, but no way!! Please I need your help on fixing this issue, I anticipate your response as you review my code. Thanks
Deborah Odion
@Deborah-OdionAll comments
- @didyouseekyngSubmitted over 3 years ago@Deborah-OdionPosted over 3 years ago
Hello didyouseekyng,
I noticed you commented out your footer element, probably because it wasn't positioning rightly. Semantically, the footer element should come outside the body element, except if you just decide to make it another div element. For this scenario, the footer element could still be used alongside the "flex-direction: column" properties.
Also, the top image for the card, overflows into the profile picture. This could be solved by giving the profile picture a background color of white, so as to override the top card image overflowing into the profile picture.
0