Responsive landing page built with JavaScript, CSS and Html
Design comparison
Solution retrospective
Feel free to check my solution. I am also open to any feedback.
Community feedback
- @nick335Posted about 2 years ago
Hello, ALEX
Great job with the challenge, for your social icons instead of working with SVG images, you should use an icon library like fontawesome super easy and fast to use, with this you will be able to effect its on-hover state.
in section two, I noticed they were spaces between each row, to get rid of this you should change the height value ` //from
height: 255vh;
//to
height: fit-content or 100%; `
the same should be done to other sections where you gave a fixed height, to reduce the spacing or excessive length of the section.
hope this was helpful!
Happy Coding!!!
0
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