how to enlarge image when hover on in css

CSS
img:hover {
transform: scale(1.3);
}
Source

Also in CSS: