Site logo

Archived topic

Container Hover Effect

2 replies · Started by Rostyslav on February 26, 2021

Viewing posts 1–3 of 3

Hi Rostylsav,

The css for its hover effect is as below, you just need to apply it to your container class:

.your-container-class:hover {
    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 10%);
}

Thank you Ying!

This archived topic is closed to new replies.