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

[Fylo dark theme landing page challenge using html and css

@Yusfuldev

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


Hello everyone! this is my first challenge submission on FEM looking forward to your suggestions/corrections.

I had a challenge styling the form validation message any idea how i can fix that is welcome. Also was not able to add the active/hover effect to the image in the anchor tag in my hero-section(according to my project)

Any corrections/suggestions are welcome. Thank you

Community feedback

Adriano 34,090

@AdrianoEscarabote

Posted

Hi Owokoniran Yusuf adebayo, how are you? I really liked the result of your project, but I have some tips that I think you will enjoy:

The links must have an aria-label or sr-only text that tells where the link navigates the user. For example: Visit our Facebook. For images, you should set aria-hidden=” true” to be ignored by screen readers and to avoid redundancy and repetition.

If we see how the layout is behaving at higher resolutions, with the help of google dev tools, we will see that it is stretching a lot, to solve this we can use a max-width with the value we want the content to stop growing and to center use a margin: 0 auto;

The rest is great!

I hope it helps... 👍

Marked as helpful

1

@Yusfuldev

Posted

@AdrianoEscarabote Thank you so much for the feedback. It's really helpful, i will implement the changes.

1

@Yusfuldev

Posted

@AdrianoEscarabote Thank you so much for the feedback. It's really helpful, i will implement the changes.

0
KARTHIK 320

@thekarthikr

Posted

Hey Yusfuldev, I think you are talking about the Flyo logo image inside an anchor tag. It is an SVG image, you need to add a filter property to apply the hover effect

svg:hover{ filter: invert(93%) sepia(8%) saturate(6609%) hue-rotate(121deg) brightness(104%) contrast(112%); } You can play around with fill property value inside the SVG code to change the color of the SVG image. Hope it helps.

Marked as helpful

1

@Yusfuldev

Posted

@thekarthikr thank you so much for your feedbback. I tried styling the fill just like I did with the social-media icons in the footer but it didn't work. However, i will apply filter method.

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