span { display: inline-block; transition: all .5s ease; } .demo { height: 85px; &:hover { span { transform: rotate(0deg) !important; color: black !important; font-size: 1em !important; } } }