Huddle single page layout - CSS, Hover effects, Custom scrollbar
Design comparison
Solution retrospective
Hey Frontend Mentor Community!👋
This is my solution to the Huddle landing page with a single introductory section problem
I implemented some extra features:
- Custom hover effects on the social media icons
- Custom scrollbar
Feedback and avice welcome!
Community feedback
- @correlucasPosted about 2 years ago
Hey Dan! Amazin solution and amazing effects. I liked a lots the hover effect and colors for the icons!
Here's one tip about the background:
The background is getting distorted because youve used these proportions
background-size: 85% 100%;
if you use a value different than 100% for the width/height you make the image lose proportions, instead of that usebackground-size: contain
to make it full width or usecover
as an alternative.Keep posting amazing work =)
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