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

  • Daniel 🛸 44,230

    @danielmrz-dev

    Submitted

    I had some difficulties because I didn't know how to use media queries to make the project responsible, but I'm taking a course where I just had the class about that, so I could apply on this project and it worked.

    Maja 120

    @majaton44

    Posted

    Looks great!

    Just one tip for projects like this, if you want to center the card in the middle of the screen you can use flex on the body. You need to set the height to 100vh (100% of the viewport height) and center the card.

    body { display: flex; min-height: 100vh; align-items: center; justify-content: center; }

    Hope that helps, keep up the good work.

    Marked as helpful

    1