Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted over 1 year ago

Solution for Clipboard Landing Page

Gian Ramelb•190
@rame0033
A solution to the Clipboard landing page challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

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.

Code
Loading...

Please log in to post a comment

Log in with GitHub

Community feedback

No feedback yet. Be the first to give feedback on Gian Ramelb's solution.

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

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner
  • Use cases

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License