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

All comments

  • Renukta-21 130

    @Renukta-21

    Posted

    I'm a beginner bro, I saw your code and I can only suggest for better readibility and maintenance that you could put the mediaqueries styles in the same block, not distributed all along your css, like: -------------------------------------------------------------------------------------------------------------@media (max-width: 600px){ .container{ overflow: hidden; } } @media (max-width: 600px){ body{ padding: 3rem 1.6rem; } }--------------------------------------------------------------------------------------------------------all those styles can be in the same block, congrats bro :)

    0
  • @Cyrilange

    Submitted

    I build this project mostly with flex , and I start the media query in 390px

    I am new to learning development , please feel free to be honest so I can progress

    My learning are javascript with react , html and Css ( with scss and bootstrap)

    Renukta-21 130

    @Renukta-21

    Posted

    Saw your code, and I think you could simplify much more your styles, also you can check the repeated styles that are in the same file, noticed you have tha same media-query distributed all along your file for different elements, I'm a beginner to btw, congrats!

    Marked as helpful

    1