css nth child skip first

CSS
p:not(:first-child) { color: red; }
Source

Also in CSS: