Answers for "css every second child in a class"

CSS
6

second child css

.YourElementsClass:nth-child(2) {
  /* your styles */
}
Posted by: Guest on March-28-2021

Code answers related to "css every second child in a class"

Browse Popular Code Answers by Language