Design comparison
SolutionDesign
Solution retrospective
it was my first try and i would really appreciate if someone can provide me feedback on the layout and the overall appearance . suggestions on code would be highly appreciated. thank you !!
Community feedback
- @Mahesh-yadavPosted over 4 years ago
Your layout is missing few things:
- You did not implement mobile layout. You can use css media queries to create layout for different screen sizes.
- In your layout, the sign up button does not have shadow effect. You can use
box-shadow
property to add shadow to an element.
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