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

  • @Gabrielbe17

    Posted

    Hi Solomon, I suggest you to use grid.

    • Use display:grid; , place-items:center; to the grid container. In your case, the body Tag.

    I also suggest you to add min-height:100vh; To its container.

    Marked as helpful

    0
  • medo 25

    @medohb

    Submitted

    When Im trying to move to phone mode in my laptop the picture looks weird , any idea ?

    @Gabrielbe17

    Posted

    Hi medo, I see your background image looks squished:

    • I'll suggest you to change the value of the min-width property of your media query to 1000px.
    • Also I suggest you to design the component for a mobile viewport size so that it can be easier to resize the things, but its up to you.

    Marked as helpful

    0