.my-class:hover {
    text-decoration: underline;
    transition: 0.5s all ease;
}