Design comparison
SolutionDesign
Solution retrospective
Greeting. Please provide feedback on the design. With your permission, I would like to add the best responses to my portfolio and freelance sites. Thank you in advance.
Here are some questions:
-
Did the design match closely to the challenge?
-
How did you like the design for mobile screens?
-
Did the design look professional?
Community feedback
- @afrusselPosted over 3 years ago
Hi, main container is not center aligned.
Marked as helpful2 - @ChamuMutezvaPosted over 3 years ago
- input elements like the one below must be associated with a label.
<input type="email" placeholder="[email protected]"> <a href="#" class="email-sign-up__btn">Get Started For Free</a>
- since the input is a form element , the
a
tag should not be used in this instance. You need an element for submitting a form - a button. - the
.container
has been set to a max-width of 1200px, on my desktop on the right there is a dark blue shade caused by the fact that the container is not occupying the available space.
Marked as helpful1 - @ah-nafPosted over 3 years ago
1.use margin auto for hero and and feature container in desktop version. 2.Also add some margin or padding in navbar. 3.It would be great to use max-width / min -width in some paragraphs.
Marked as helpful1
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