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

  • Raj Patel• 370

    @rajkp10

    Posted

    Hello Nourallah 👋, I hope you are doing great.

    I can give following suggestion :

    • Add @media query to make you design responsive.
    • For smaller screens add flex-direction : column in wrapper class in media query.
    • Try to use rem instead of px.
    • Try to write all your css in separate file and not in html

    Appart from that everything looks great. 🥳

    Marked as helpful

    0
  • Raj Patel• 370

    @rajkp10

    Posted

    Hello Migual Arcanjo 👋, I hope you are doing well.

    I can give you following suggestions :

    • Remove the min-width : 460px property from .logos class. It may cause abnormal design on smaller screens.
    • Try to use rem instead of px. As changing the font size in browser may cause in abnormal font size in your website.

    Appart from that everything looks good. 🥳

    Marked as helpful

    0
  • @bbenbboy

    Submitted

    I need help and feedback because when I worked with the project on a live server the design was accurate with the template but after deployment, it was not the same.

    And also have a problem with the image using CSS background so I can change the image after resizing the media but it is not 100% accurate.

    p.s. I gave up on a mobile hamburger. 😂

    Raj Patel• 370

    @rajkp10

    Posted

    Hello @bbenbboy, I hope you are doing well.

    I can give you following suggestions :

    -Try to use rem instead of px wherever you can.

    -Set height:100vh and width:100vw of your main wrapper class.

    -And talking about the background image, try to use background-size:contain, background-repeat:no-repeat, background-position:center.

    0