ex 1: rotate
here is the code
#bride, #groom, #dog{
transition: transform 0.5s;
}
#bride:hover{
transform: rotate(45deg);
}