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

:nth-child(1) { //the benefit of this is you can do it for 2nd, 3rd etc...
	//styles here 
}
first-child
p:first-child {
  background-color: yellow;
}




Css

Related
when is raksha bandhan in india 2020 Code Example when is raksha bandhan in india 2020 Code Example
figma Code Example figma Code Example
input backgound color Code Example input backgound color Code Example
css hover change another element Code Example css hover change another element Code Example
float in css Code Example float in css Code Example

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