Html/CSS
CSS
:nth-child(n)
Eigenschaft gilt für das n-te Kind eines Elements. n kann eine Nummer, ein Schlüsselwort oder eine Formel sein.
Beispiel:
tr:nth-child(even) {background-color: #f2f2f2;}
Links
https://www.w3schools.com/cssref/default.asp
https://www.w3schools.com/css/css_website_layout.asp
Zurück zu Hauptseite