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

Solution for Clipboard Landing Page

@rame0033

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


What are you most proud of, and what would you do differently next time?

Practicing more on layouts especially on the main section by using the flexbox to place the desktop image on the left most part to display a cropped version of the image.

This is how I do the coding to achieve it

  @media screen and (min-width: 1200px) {
  .featWrap {
    display: flex;
    gap: 1rem;
  }

  .FeatImg {
    margin-left: -3rem;
  }
}

What specific areas of your project would you like help with?

I acknowledge the goal of the challenge is to optimize layouts for various screens, and I tried to do accessibility practices as well such as

  • Adding skip links
  • Adding scale changes on hover and active states for links
  • Contrast between foreground and background colors
  • Using ARIA for images and button links

If there is anything you can add, please feel free to let me know to improve my awareness of accessibility.

Community feedback

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