Latest solutions
Latest comments
- @ritam-mishra@Azi-01
Hi, Good job on the solution! It looks nice and pretty close to the design. I checked out the site and your code, and noticed some things, so I would like to give a few suggestions. First, I noticed that the profile image and the white border around it has a gap and the background is leaking through it. Try replacing
border: 5px solid white;
withoutline: 5px solid white;
in.profile-pic img
rule set. Second, try wrapping all the content in<main> </main>
tags and use<div>
to group different things together.I hope this helps! and again well done on the solution :)
Marked as helpful