Answers for "pair impaire css"

CSS
12

pair impaire css

tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}
Posted by: Guest on February-26-2020

Browse Popular Code Answers by Language