Submitted 7 months ago
Social links profile challenge using CSS Grid and Flexbox
@giuseppecapraro
Design comparison
SolutionDesign
Community feedback
- @wcyin9Posted 7 months ago
Hello Giuseppe, great work!
I noticed that there is a scroll bar visible on the page. You can choose to keep it like that as a personal preference, or you can remove it to keep the viewer's attention more focused on the card itself.
To keep the card centered in the page without a scrollbar, you can add
overflow: hidden
andheight: 100vh
to thebody
selector in css!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