
A responsive clipboard landing page built with HTML and CSS
Design comparison
Solution retrospective
It was an exciting challenge, I had fun throughout the journey
What challenges did you encounter, and how did you overcome them?no problems
What specific areas of your project would you like help with?Overall feedback on the challenge
Community feedback
- @repro123Posted 3 months ago
Well done. Just have a few comments to make:
-
Avoid using
px
for font sizes and media-queries. Use responsive units instead likerem
orem
-
Try and use a modern CSS reset at the top of all your CSS files. You can search for the one by Andy Bell
-
There's no hover for the call-to-actions
-
The Download for iOS and Mac should be in
a
tags, notbutton
tags
-On some screen sizes(between 540 and 600px,between 900 and 100px), the page is not very responsive because of the media-queries you used.
-the footer should also have a background colour
Well done once more
Marked as helpful0 -
- @Shakirullah25Posted 3 months ago
Seems the
footer
is not that responsive. I suppose everything is supposed to be on a straight line...I suppose the footer is supposed to be at the base on a straight line no the screen size.
0
Please log in to post a comment
Log in with GitHubJoin 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