“CSS cocok dengan cucu ke -n” Kode Jawaban

nth-child () 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

CSS cocok dengan cucu ke -n

<body>

<div>

<center>

<font face="Jokerman" color="blue" size="50" >

<p> Welcome to SP-ICT 2020-2021</p>

</font>

<br>7-CANVA

<br>8-ZOOM

<br>9-MINECRAFT

<br>10-LARRY PAGE

</div>

</body> >
Inquisitive Ibex

Jawaban yang mirip dengan “CSS cocok dengan cucu ke -n”

Pertanyaan yang mirip dengan “CSS cocok dengan cucu ke -n”

Lebih banyak jawaban terkait untuk “CSS cocok dengan cucu ke -n” di CSS

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya