how to use before on an nth-child css code example
Example: select odd child css
li:nth-child(odd) { /* Selects only odd elements */
color: green;
}
li:nth-child(odd) { /* Selects only odd elements */
color: green;
}