Answers for "css pick all but first"

CSS
2

css select all except first

element *:not(:first-child) /* Selects all but first element */
Posted by: Guest on May-02-2021
1

select first div css

#content_id div.class_name:first-child {
	/*your style*/
}
Posted by: Guest on September-11-2020

Code answers related to "css pick all but first"

Browse Popular Code Answers by Language