Design comparison
SolutionDesign
Solution retrospective
Couldnt make the wrong email actions and the green link. Would love to receive some feedback about these.
Community feedback
- @vanzasetiaPosted over 3 years ago
👋Hi Ali Nail Bayraktar!
Can you explain your question in more detail? Are you asking about the validation?
Now for the feedback:
- Import the
Raleway
andOpen Sans
font families at once. - Your class name is a strange, try to use BEM Methodology.
- Set the main font family your body style, that way you don't have to keep repeating the font family property.
- The nav links and the logo is to close to each other on my mobile device.
- Use a consistent
container
. - Don't use
br
for spacing, use CSS instead. - For the
bg-curve
, I recommend to usebackground-image
instead of an actualimg
.
That's it! Hopefully this is helpful!
1 - Import the
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