@thefathdevSubmitted over 2 years ago
Hi everyone🙌
I'm trying out css animation and transition in this project, how do you guys think about it? All feedback are welcome!
Hi everyone🙌
I'm trying out css animation and transition in this project, how do you guys think about it? All feedback are welcome!
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
:ˆ)
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.