Design comparison
SolutionDesign
Community feedback
- @YinkajayPosted 12 months ago
Nice solution you got there!
Here are the few things I noticed!
The vertical margin of 200px used for aligning the card container is causing excessive page height, leading to unnecessary scrolling. Consider using CSS Flexbox, CSS Grid, or a mix of relative/absolute positioning with transformations to position the element. This adjustment will contain the content within the viewport height, eliminating the need for scrolling.
Additionally, update the placeholder 'your name here' in the attribution text with your actual name to personalize it properly.
Marked as helpful0
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