Submitted almost 3 years agoA solution to the Clipboard landing page challenge
Used HTML & CSS to implement the design
@mnazneen20

Solution retrospective
open for all kinds of feedback for better practices
Code
Please log in to post a comment
Log in with GitHubCommunity feedback
- @AffanRM
Overall you have done a good job but in order to improve the user design, you can change the cursor to pointer when the user hovers above the download buttons:
button:hover {cursor:pointer;}
Marked as helpful
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