Answers for "css select first with class"

CSS
2

select first div css

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

select first div css

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

Browse Popular Code Answers by Language