mouse over hover css code example
Example 1: css mouse over
a:hover {
background-color: yellow;
}
Example 2: css hover
.a:hover{background-color: black;}
a:hover {
background-color: yellow;
}
.a:hover{background-color: black;}