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

  • @CavaliereDavid

    Submitted

    1. I am unsure if It is responsive with different resolutions. I am worried that with a phone It could be buggy.
    2. It is not clear to me how can I make it more responsive
    jdorta08 50

    @jdorta08

    Posted

    You could use min-width to ensure your container does not goes below a certain width as the screen gets smaller. In your code you only used 1 media query for screens below 375px w. Anything above this will have the initial container width that you set up. To make it more responsive you could either add more media queries for different screen sizes, or simple add a higher one for mobile phones 600px and below.

    good job! keep on practicing

    1