Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Huddle landing page with single introductory sectio CSS HTML

yaakoubox 115

@yaakoubox


Design comparison


SolutionDesign

Solution retrospective


i ll be thankful for your notification about my code :)

Community feedback

@simeon4real

Posted

Hey @Yaakoubox, Congratulations on your submission. Not everyone gets to complete challenges.

  1. Firstly, I recommend working on your page's mobile responsiveness. You can improve it by using Media Queries. Learn more here

  2. Learn to make your HTML more semantic, I mean, instead of having excessive generic divs you can split them into nav, header, footer, sections etc.

  3. Don't use CamelCasing for your CSS classes. For example .DivRight should be .divright or you can further to give your classes more meaning text-box since it's about the section with text.

  4. 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.

  5. 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

yaakoubox 115

@yaakoubox

Posted

@simeon4real Thank you Sir

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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