Hi,
i'm looking for help to make hover container. When the mouse move to the container it change the color.
Thanks
--
I tried like :
but didn't work
Hi Ayu, satu is the name of that container inside OS model, this is not the name or id of any element in the resulting DOM.
You could add a new class styling to your screens CSS
and then give the container you want the satustyle
Where it mentions satu, ensure that the class you apply is called satu
then change the css to:
.satu:hover {
(add the . in front)
Regards,
Daniel