How to reduce an image size using css

I’ve been trying to use the transform property but its not working

You can use width and height or scale it using transform: scale(0.8);

1 Like