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 with CSS Grid & Flexbox

User9511 370

@User9511

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


I had issues getting the .SVG's to change colour on :hover

My solution was to specify 'svg path' i.e

svg path:hover { fill: var(--Strong-Cyan); }

I had issues getting this to work on Tablet sized devices.

My solution was to add a media query for tablets:

@media only screen and (min-width: 481px) and (max-width: 820px) { }

I wasn't sure exactly how to use correct semantic HTML.

Any feedback on this would be appreciated

Thanks!

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