How to use css first-child with :not()

Try #cooldiv .row:not(:first-child). It seems you missed : before first-child. Maybe that’s why it doesn’t function?

Leave a Comment