Huddle landing page using HTML5 and CSS3

Solution retrospective
Haven't got around to fix the social icons, also I didn't learn media queries yet so no mobile support.
Still pretty satisfied with the end result though.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @mattstuddert
Nice work, Amit! Congrats on submitting your first solution too! 🎉
Here's a great Udacity tutorial on building responsive websites which you might find useful.
- @n3vsx
Looks amazing for desktop design! No responsiveness like you mentioned but there's a time and place for everthing. Its fairly easy:
@media (max-width(1000px) { (content divs etc) } is what i always use for tablet and mobile, just add the different values within those brackets and ur good to go!
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