Skip to content

CSS code snippet – How to enlarge image wen hover?

img:hover {
transform: scale(1.3);
}
See also  How to convert string to int in Python?

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.