:nth-of-type() Seçicisi
“nth-child()” ile aynı işi yapar.
Versiyon: CSS3
Örnek
ul li:nth-of-type(2) { color:red; }
Codepen Ön izleme
Tarayıcı Desteği
4.0 | 3.5 | 9.0 | 3.2 | 9.6 |
“nth-child()” ile aynı işi yapar.
Versiyon: CSS3
ul li:nth-of-type(2) { color:red; }
4.0 | 3.5 | 9.0 | 3.2 | 9.6 |