Answers for "css3 are used to create a zebra stripe table"

CSS
4

striped tables css

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

Code answers related to "css3 are used to create a zebra stripe table"

Browse Popular Code Answers by Language