Submitted almost 4 years ago
Profile Card using HTML and CSS - Isnt 100%
@mariana-fs
Design comparison
SolutionDesign
Solution retrospective
My main issue here is after i did a translateY on the profile picture theres a big gap between the name and age information and the profile picture
Community feedback
- @gelizabethPosted almost 4 years ago
Hi! Great job! To fix that gap issue try putting your
card-header
class toposition:relative
, andpicture
class toposition: absolute
and play around withtop
andleft
properties instead oftransform
. I don't know if it's a correct way to fix that, but I use that trick a lot. Have a nice day!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