Horje
css first of type Code Example
css first
:first-of-type {
	//styles here
}

:first-child {
	//styles here
}

:nth-child(1) { //the benefit of this is you can do it for 2nd, 3rd etc...
	//styles here 
}
css first h element
p:first-of-type {
  font-size: 1.25em;
}
css first of type
:first-of-type {
	//styles here
}
css first element
p:first-child {
  font-size: 1.5em;
}




Css

Related
css background linear gradient transparent Code Example css background linear gradient transparent Code Example
css center div Code Example css center div Code Example
how to make a square div in css Code Example how to make a square div in css Code Example
michigan score Code Example michigan score Code Example
make blur with css Code Example make blur with css Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11