“n-Kind CSS in Hindi” Code-Antworten

n-Kind () CSS

/* Selects the second <li> element in a list */
li:nth-child(2) { 
  color: lime;
}

/* Selects every fourth element
   among any group of siblings */
:nth-child(4n) {
  color: lime;
}
Repulsive Rhinoceros

n-Kind CSS in Hindi

:nth-child(exp){
 css-styling;
}
Bright Bison

Ähnliche Antworten wie “n-Kind CSS in Hindi”

Fragen ähnlich wie “n-Kind CSS in Hindi”

Weitere verwandte Antworten zu “n-Kind CSS in Hindi” auf HTML

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen