p
p
p
p
p
View Compiled
p{
  display:inline-block;
  width:10px;
  height:10px;
  margin:10px;
}
p:nth-child(1){
  background:red;
}
p:nth-child(2){
  background:green;
}
p:nth-child(3){
  background:blue;
}

p:nth-child(4){
  background:orange;
}

p:nth-child(5){
  background:pink;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.