so basically I'm trying to put an image under some text, but I want to resize the image. I downloaded it as a 256x256 pixel image, I want it to be a 32x32 pixel image.
is my CSS
The div just has an image src in it that puts the image on page, that works fine.
Code:
div {
height: 25px;
width: 25px;
}
is my CSS
The div just has an image src in it that puts the image on page, that works fine.