Huddle landing page with single introductory sectio CSS HTML
Design comparison
Solution retrospective
i ll be thankful for your notification about my code :)
Community feedback
- @simeon4realPosted almost 5 years ago
Hey @Yaakoubox, Congratulations on your submission. Not everyone gets to complete challenges.
-
Firstly, I recommend working on your page's mobile responsiveness. You can improve it by using Media Queries. Learn more here
-
Learn to make your HTML more semantic, I mean, instead of having excessive generic
divs
you can split them intonav, header, footer, sections
etc. -
Don't use CamelCasing for your CSS classes. For example
.DivRight
should be.divright
or you can further to give your classes more meaningtext-box
since it's about the section with text. -
You can make use of flex-box to make your contents wrap when there's not much space. Flexbox will make your life easier. Wes Bos has an awesome course on that.
-
I suggest you start using BEM methodology for your HTML classes. See this referenced link: http://getbem.com/
Don't forget to upvote my feedback if you found it useful.
3 -
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