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 using Sass

Musole 60

@Musole-Yamboto

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


As always positive criticism is more than welcome. Thank you!

Community feedback

P
Matt Studdert 13,611

@mattstuddert

Posted

Hey Musole, awesome work on this challenge. Your solution looks great and scales down really well to mobile. It's good to see you using min-width media queries as well. The only couple of suggestions I'd have relate to your HTML:

  • You've got the "Download for..." call-to-actions as input elements inside of forms. Whereas you'd expect these to link off to different websites (the app stores), so they would be better as anchor tags.
  • You're using the section element a lot. A section is supposed to group a set of related/themed content, whereas a div is perfect for smaller groupings of inner content. So where you've got the section with the .workflow class, I'd say that's perfect, but then I'd use div elements to group the content inside of that.

Let me know if you have any questions. Keep up the great work! 👍

0

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