Answers for "html css striped table"

CSS
4

striped tables css

tr:nth-child(even) {
  background-color: #f1f8ff;
}
Posted by: Guest on June-26-2020

Browse Popular Code Answers by Language