--- title: Zebra striped list tags: visual,beginner --- Creates a striped list with alternating background colors. - Use the `:nth-child(odd)` or `:nth-child(even)` pseudo-class selectors to apply a different `background-color` to elements that match based on their position in a group of siblings. - **Note:** You can use it to apply different styles to other HTML elements like `
`, `