Huddle landing page with a single introductory

Solution retrospective
Here my solution for huddle landing page with a single introductory section, please give some feedback, thank you
Please log in to post a comment
Log in with GitHubCommunity feedback
- @kenreibman
Good work! Just a few suggestions.
- I'm not sure why you put a
transform: scale(0.8);
on yourcontainer
, it's not necessary. - I would also put a
max-width
on yourcontainer
div as well, since screen resolutions beyond1440px
gets your content too stretched, then I would center thecontainer
div. - The font for your button is not correct as well, and I would give that a little more padding to the button to make it "bigger" and match the original design more.
I hope this helped, keep it up! You're doing a good job!
Marked as helpful - I'm not sure why you put a
- @Deevyn9
Went through the project, and it is absolutely stunning, great work.
Happy coding
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