Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Sunnyside Agency Landing Page

Kian 150

@kiangopez

Desktop design screenshot for the Sunnyside agency landing page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


If you notice, I have gaps between the pictures under the hero component. What should I do to remove those? I appreciate critiques and feedbacks!

Community feedback

@krutagna10

Posted

  1. You have to make the display of those images from inline to block to remove those gaps.

  2. You can always add this code at the starting of your css file to make images easier to work with.

 img {
  display: block;
  max-width: 100%;
}

Marked as helpful

1

Please log in to post a comment

Log in with GitHub
Discord logo

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