Ping | Landing Page

Solution retrospective
Well, I don't know. Maybe speed. Actually I am shown in Wall of fame this week with 110 points, so NOT BAD😎😎.
What challenges did you encounter, and how did you overcome them?I used to set the font-size
for different pages in media
queries, but I came accross an interesting function called clamp
which made my work much easier😁😁.
GUYYYYYYYYYYS, I need to scroll to see the entire page while it shouldn't have been like this. Help me out!!!!!!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @bccpadge
Hi @MarziaJalili. Congratulations on completing this challenge!!!🎉
Your project looks great so far!
On
<body>
you can remove the the default margin and padding..ping-container
keep thepadding-block:3rem
on mobile devices and use a media query to remove the padding-block. The padding-block is the reason you see the scrollbar on desktop.I hope that answers your question.
Marked as helpful
Join 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