Hi, this is my first submission to frontend mentor.
It would be great to have some feedback on my solution.
Thank you in advance :-)
Hi, this is my first submission to frontend mentor.
It would be great to have some feedback on my solution.
Thank you in advance :-)
This is looking really nice!
One thing I'd point out is that if you look closely at the design, the border-radius on the image is a bit smaller than that of the surrounding card container, so that the width of the white around the image stays the same as it follows the corners.
Keep up the great work!
Hello community ! This is my solution for my first challenge.
Looks simple but I got 2 issues :
Let's go for the second one now !
You can add a height: 100vh property to the body to make it take up 100% of the window's visible vertical space.
Nice work on this one! If I can permit myself one bit of advice, I recommend checking out flexbox, specifically the justify-content and align-items properties, for centering your card horizontally and vertically in the window, no matter what size the window is.
Keep up the good work!