Design comparison
Solution retrospective
please feel free to give feedbacks
Community feedback
- @daudi13Posted almost 4 years ago
Hello Karim, thank you for your submission I really think you did a good job on the project . I can see your project is very responsive for both Mobile and desktop display. I just have a few comments on your code.
-
I noticed you didn't use a div eg .
container
to wrap your code after thebody
. -
You didn't use
header
nav
orfooter
to group your markup. remember you can create a website using HTML alone but you can't create a website without it. So your markup needs to be understood by the search engines. -
You did use
button
instead ofbutton:submit
for your buttons. -
You didn't add any
border-radius
for your buttons. -
You didn't use the suggested
font-size
,font-family
andfont-weights
that came with the README.md file. -
Try learning BEM naming convention for naming divs in your HTML.
In general I think you really tried your best. keep being consistent and you'll see the results. Keep up the good work. Happy coding. you can upvote a comment if you find it helpful
1 -
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