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

  • Matthieuโ€ข 180

    @Matt971x

    Posted

    Well done ๐Ÿ”ฅ

    1
  • Keith Bloodworthโ€ข 110

    @N4thxn

    Submitted

    I couldn't figure out how to get the corner borders without 80 lines of CSS, and even then I couldn't make heads or tails of what others posted online as their solutions. Hopefully one day I can revisit this project and confidently replicate it!

    Matthieuโ€ข 180

    @Matt971x

    Posted

    Hi, congratulations on completing your challenge. To center a child in its parent you can use flex in this case:

    body = parent .card = child

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

    i'm a beginner too so i hope that my comment will be helpful. keep coding !

    Marked as helpful

    0