Submitted over 1 year ago
My solution of the first Frontend mentor challenge.
@Avantiermv
Design comparison
SolutionDesign
Solution retrospective
All help is welcome!
Community feedback
- @visualdennissPosted over 1 year ago
Hi there, great job completing the challenge successfully! Looks good overall.
To match the design even further, i d have following suggestion: instead of giving a fixed height of 560px, which results in too much extra space at the bottom of the card, you could give a padding-bottom: 20px e.g. or any value u prefer.
section#Inicio { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: white; width: 350px; padding-bottom: 20px border-radius: 15px; overflow: hidden; }
Hope you find this feedback helpful!
Marked as helpful1
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