0

How to change size of image in css?🤔

How do you change the size of an image in css? Nothing is working out. I am using html to get the img.

14th May 2022, 6:29 PM
Coderwe2
Coderwe2 - avatar
3 Antworten
+ 2
You can use width or height. Please link your code if you need further help.
14th May 2022, 6:52 PM
Lisa
Lisa - avatar
+ 1
img{ width: // the width of image height: // the height }
14th May 2022, 7:34 PM
Ноил Кизилов
Ноил Кизилов - avatar
0
Thanks!
15th May 2022, 11:34 AM
Coderwe2
Coderwe2 - avatar