Submitted about 3 years agoA solution to the Clipboard landing page challenge
Clipboard Landing Page with CSS Grid & Flexbox
@User9511

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!
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on User9511'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