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

  • Thih_Nezzy 180

    @nobody1234455

    Posted

    Hi Fathul,

    Your css animation is great! You did a good job. I just give you some advice on the accessibility of your page.

    You can wrap your .container inside a main tag to remove the warning. And also, you don't have to add <p>Add to Cart </p>, you just need add text directly to your button tag :ˆ).

    Hope this is useful :ˆ)

    Marked as helpful

    0
  • Thih_Nezzy 180

    @nobody1234455

    Posted

    You can add in the body tag the code below to central the card.

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

    Also, you can add letter-spacing property for the perfume product type.

    Marked as helpful

    0