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

  • @Shaimaa12319

    Posted

    Hello @Dhananjaysutwane!

    Your project looks very good!

    You can center the card like this:

      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
    
    

    and change the height from 55 to 75:

    height: 75%;

    Hope it helps!

    Other than that, great job!

    0
  • @Shaimaa12319

    Posted

    Hello @ridhofaaauzi!

    Your project looks very good!

    You can do the black box-shadow of the card like this:

    
        box-shadow: 7px 7px 0 black;
        border: 1px solid black;
    
    

    Hope it helps!

    Other than that, great job!

    Marked as helpful

    0