Search

First element CSS


Description
Select the first element


.foo:nth-child(1)  {
    //...
}

SEE ALSO