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 (HTML CSS/SASS

Benjo Quilario• 1,810

@benjoquilario

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


This challenge is really fun, It's really help me realize the importance knowing the grid layout, because of this challenge I will now studying the grid layout.

Feel free to drop your suggestions about this solution of mine.

Community feedback

P
tediko• 6,560

@tediko

Posted

Hello, Benjo! 👋

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

  • Change the alt attributes for the .logo, .desktop__computer--img, .mobile__image, .features__img images, 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.
  • Instead of using <div> elements to wrapping your .sponsors__item you should use anchor element <a> because this element is going to transfer user somwhere.

Good luck with that, have fun coding! 💪

Marked as helpful

1

Benjo Quilario• 1,810

@benjoquilario

Posted

@tediko sorry for the late reply, thank you for tips, I will change It now :D

0
Benjo Quilario• 1,810

@benjoquilario

Posted

@tediko thank you for the tips if you have a extra time, check it again.

  1. I change the alt attributes.
  2. I already add the outline with none.
  3. I already change the <div> with <a>

thanks for the tips I learned a lot especially the 1 and 3 tips you mentioned.

1
P
Patrick• 14,325

@palgramming

Posted

Looks really good all I see is you are missing your :hover state on your social icons

Marked as helpful

1

Benjo Quilario• 1,810

@benjoquilario

Posted

@palgramming can you tell what I need to do on that area, I really can't hover it I'd tried to hover the anchor tag and image but still not hovering it.

0
P
Patrick• 14,325

@palgramming

Posted

@benjoquilario This article might help you can use the CSS filter property to adjust the colors in many ways https://vanseodesign.com/css/4-css-filters-for-adjusting-color/

0
Benjo Quilario• 1,810

@benjoquilario

Posted

@palgramming thank you

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