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

Desktop First approach Using Sass, BEM and Grid layout

Kelvin 915

@Kl3va

Desktop design screenshot for the Fylo dark theme landing page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


I would appreciate a feedback on what's preventing it from scaling below 365px or so??

Community feedback

P
ApplePieGiraffe 30,565

@ApplePieGiraffe

Posted

Yeah, great work, Kelvin! 🙌

Your solution looks good and is nicely responsive! 👍

Also, I suggest,

  • Turning the navigation links in the header and footer of the page along with the "See how Fylo works" link into actual links using the anchor tag.
  • Adding a hover state to the buttons on the page.
  • A little more padding between the header and the top of the page would be a nice touch!

Keep coding (and happy coding, too)! 😁

1

Kelvin 915

@Kl3va

Posted

@ApplePieGiraffe Thanks for the feedback. Would work on these right away. How do I remove horizontal scrolls visible on some mobile devices?

0
P
ApplePieGiraffe 30,565

@ApplePieGiraffe

Posted

@Kl3va

Getting rid of that less-than symbol in your HTML that artimys mentioned might help. You could also try setting width to 100vw and overflow-x to hidden on the body.

1
Arturo Simon 1,785

@artimys

Posted

Hi Kelvin, this is a really good start. Your components look well built and for the most part is just layout position a bit off.

  • I noticed a lonely less than symbol in your html markup.
<body class="container">
 < <section class="header">
       <div class="header-logo">
  • I would suggest adding a max-width to your header and footer so it doesn't break apart too far.
  • For the 2 x 2 illustration and text. A font color is missing on the paragraph
  • For the social icons add an anchor tag to the images along with a round border.

Overall really good, keep it up 👍👍

1

Kelvin 915

@Kl3va

Posted

@artimys Thanks for the feedback. I will work on these right away. How do I remove the horizontal scroll that is visible on some mobile devices?

0

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