div nth child

Solutions on MaxInterview for div nth child by the best coders in the world

showing results for - "div nth child"
Lilli
19 Apr 2017
1div:nth-child(2) { 
2  background: red;
3}
Mariangel
05 Nov 2020
1p:nth-child(3){
2  background: #05ffb0;
3  border: 1px solid;
4  padding: 5px;
5}