Answers for "how to hover over an individual cell in table css"

CSS
1

how to hover over an individual cell in table css

td:hover {
  background-color: #ff0000;
  color: #000000;
}
Posted by: Guest on June-10-2020

Code answers related to "how to hover over an individual cell in table css"

Browse Popular Code Answers by Language