Huddle landing page with a single introductory section

Solution retrospective
I'm not entirely sure I have an optimal solution. I'd appreciate some feedback.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @rfilenko
Hi Miguel, nice work, a few tips to improve a bit:
- keep selectors to minimum, like section .container .copy h1, just one class is enough for styling;
- provide some fallback to focus state, cos you have outline:none;
- more semantic html, like header, footer, ul of icons;
- .logo can be as img tag;
- more settled button shadow.
Keep coding, Roman
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