img {
    margin: 100px;
}

img:hover {
    transform: rotate(-30deg);
}
