YouTip LogoYouTip

Sel Nth Of Type

```html CSS3 :nth-of-type() Selector .navbar-brand { font-size: 24px; } .nav-item { margin-right: 15px; } .nav-link { color: #007bff !important; } .nav-link:hover { color: #0056b3 !important; }

CSS3 :nth-of-type() Selector

This article explains how to use the CSS3 :nth-of-type() selector.

```
← Sel Nth Last Of TypeSel Nth Last Child β†’