Answers for "css select first item of type"

CSS
1

css first of type

:first-of-type {
	//styles here
}
Posted by: Guest on March-03-2020
2

select first div css

#content div:first-child {
/*css*/
}
Posted by: Guest on May-08-2020

Browse Popular Code Answers by Language