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

  • Edward Cicio• 20

    @Ed-CodePower

    Submitted

    I have a hard time understanding how to set mobile size. For example, I have to make different HTML files for each. Is there another way to do it?

    I would like to hear your opinion about how I set up HTML elements. Is it the right amount of elements or too many elements?

    I want to hear your advice about committing in CSS.

    Nelson Murungi• 90

    @mwinel

    Posted

    Hi, you can take advantage of CSS media queries and you do not need to create different files for different screen sizes. Here is an example https://www.w3schools.com/css/css_rwd_mediaqueries.asp

    0
  • Nguyen Nguyen• 340

    @jesuisbienbien

    Submitted

    This challenge was a little tough for me. I have a few questions:

    1. How can I make my code more clean and efficient?

    2. I use rem and px mixed up, it seems unorganized for me. Any suggestions?

    3. I used border-top-left-radius, border-top-right-radius, etc... Because in this challenge, the rounded corners change in mobile and desktop view. Better way to set the border-radius?

    Any other feedbacks and suggestions are welcome as well. I'd love to learn. Thank you! :D

    Nelson Murungi• 90

    @mwinel

    Posted

    @jesuisbienbien your solution is awesome.

    Regarding your question on how to use PXx or REM, I once came across this article;

    https://uxdesign.cc/why-designers-should-move-from-px-to-rem-and-how-to-do-that-in-figma-c0ea23e07a15.

    Hope it helps make a clear decision.

    0