Huddle Landing Page

Solution retrospective
Hi everyone,
I am a beginner so please tell me if you see anything I can improve on.
Thank you !
Nabil-Y
Please log in to post a comment
Log in with GitHubCommunity feedback
- @kens-visuals
Hey @Nabil-Y 👋🏻
I have some suggestions for the project.
- First, I suggest adding
background-size: cover;
to both mobile and desktop viewport widths, because on mobile and tablet the image doesn't grow and is stuck in the corner. On desktop, doesn't reach the end of the page and there's a line underneath. So with just one line you'll fix both of the issues. - Next, I suggest putting social icons in
ul
list, because they are essentially a list, also I suggest addingcursor: pointer;
to them as well. - Lastly - I'll leave this cool article about resetting CSS, which will make more sense than my brief explanation.
I hope this was helpful 👨🏻💻 you did a great job especially with responsiveness, keep it up Cheers 👾
Marked as helpful - First, I suggest adding
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