Horje
css match nth grandchild Code Example
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;
}
css match nth grandchild
<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> >




Css

Related
bootstrap-navbar-containers Code Example bootstrap-navbar-containers Code Example
when grepper whas created Code Example when grepper whas created Code Example
pagination in css Code Example pagination in css Code Example
no nobr substitute in html Code Example no nobr substitute in html Code Example
css multyple transition peoperty same class Code Example css multyple transition peoperty same class Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10