CSS nth Child Skip First
p:not(:first-child) { color: red; }
Amused Angelfish
p:not(:first-child) { color: red; }