Submitted almost 2 years ago
Responsive Landing Page made with Html, Css and Javascript.
@Dev-saeedAli
Design comparison
SolutionDesign
Community feedback
- @denieldenPosted almost 2 years ago
Hello Mohammed, You have done a good work! 😁
Some little tips to improve your code:
- use
5rem
value to theheader .hero .cta .btn
class to fix theborder-radius
- remove all unnecessary code, the less you write the better as well as being clearer: for example the
figure
tag container of image - to use
picture
tag correctly to change image by resolution -> read here - to fix the position of the menu in the mobile set
top: 14rem
toheader nav.active
class - add
transition
on the element with hover effect - instead of using
px or %
use relative units of measurement likerem
-> read here
You have done good work with the semantic html tag like a header, footer and main :)
Keep learning how to code with your amazing solutions to challenges.
Hope this help 😉 and Happy coding!
Marked as helpful1@denieldenPosted almost 2 years ago@Dev-saeedAli you are welcome and keep it up :)
1 - use
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