Answers for "li not first child"

CSS
2

li not first child

div ul:not(:first-child){
    background-color: #900;
}
Posted by: Guest on April-04-2022

Browse Popular Code Answers by Language