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

Clipboard landing page master. With Flex, BEM. HTML5, CSS3

Art 420

@Art-wdt

Desktop design screenshot for the Clipboard landing page coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hey! This is my new work. I would be glad to any advice:) Any suggestions you might have! Any comments!

Feedback definitely appreciated

Community feedback

P
tediko 6,580

@tediko

Posted

Hello, Art! 👋

Congrats on finishing another challenge! Your solution looks very good and also responds well. Here's my few tips:

  • Your background-image doesn't stretch more than 1440px screen size so it looks bad at higher resolutions. Add background-size: cover; to .intro element to solve that problem.
  • Change the alt attributes for the .intro__logo, .col1__logo , as they don't add any extra context for screen reader users. Since your images are decorative your alt text should be provided empty (alt="") so that they can be ignored by assistive technologies.
  • Add :focus pseudo class to interactive elements like anchors, buttons etc. Use outline property to make your website more accessible to keyboard users. Focusable elements like anchor, buttons or inputs they have applied default :focus pseudo class with outline property. These default styles are subtle and hardly visible tho. Furthermore every browser has a slightly different default style for the outline, so you probably want to change the default style. Read more about why we should change focus styles.

Good luck with that, have fun coding! 💪

1

Art 420

@Art-wdt

Posted

Hi @tediko ! Thanks for the advice! Very detailed! Very informative! I will study and apply this in the future! Thanks for the knowledge

0
P
Patrick 14,325

@palgramming

Posted

Looks good so far

It looks like you are missing the Hover state on the buttons and the social icons

1

Art 420

@Art-wdt

Posted

Hi @palgramming Thanks for the advice! I forgot about it

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