Skip to content

How to reduce the size of png image in CSS?

/*Search Term: "CSS change image height"*/

img {
  height: /*Add height here*/;
}

/*Example*/
img {
  height: 200px;
}
See also  Java code snippet - How to change the color of a drawable programmically?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.