Submitted over 3 years ago
Fully Responsive Huddle Landing Page using HTML/CSS
@DannyEnagu
Design comparison
SolutionDesign
Solution retrospective
Hi Everyone! I just completed the Hundle Landing Page challenge.
It looks good thou. Yet, it seems like I'm missing something but I don't know what it is...
I will appreciate a little help from you guys...
Community feedback
- @vanzasetiaPosted over 3 years ago
👋Hi Daniel! My name is Vanza!
I have some feedbacks for you, that may improve this solution:
- As you can see from the Design Comparison the
intro heading
and theintro-txt
should be have morefont-size
(not the same as the mobile version). - Try to give a
max-width
on thecontainer
to prevent the text spread too far on the desktop screen size. - To make the social media icon, right in the middle of the circle, you can try this:
.links a { display: flex; align-items: center; justify-content: center; margin: 0.5rem; height: 35px; width: 35px; font-size: 0.8rem; border: 2px solid #fff; border-radius: 50%; }
That's it! Hopefully this is helpful!
Happy Coding!
0@DannyEnaguPosted over 3 years agoThank you @vanzasetia! Your response is just what I was hoping for.. your awesome..
0 - As you can see from the Design Comparison the
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