how to make a menu item active in css code example
Example: button active css
form :active {
color: red;
}
form button:active {
background: black;
}
form :active {
color: red;
}
form button:active {
background: black;
}