@Hassiai
Posted
Use rem or em as unit for the padding, margin, width and preferably rem for the font-size for more on this watch this https://youtu.be/N5wpD9Ov_To
There is no for max-height: 100vh in .CARD, replace the width of .CARD with max-width for more responsive width.
You forgot to add the overlay image and the background-color to img:hover
Hope am helpful HAPPY CODING
Marked as helpful
@YOUXIE-DEV
Posted
@Hassiai Thanks for your feedback :)