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.
3 Antworten
+ 2
You can use width or height.
Please link your code if you need further help.
+ 1
img{
width: // the width of image
height: // the height
}
0
Thanks!