/* CSS styles for my pseudo class selector demo page */ p { font-size: 20px; } p:last-of-type { color: blue; } p:first-of-type { color: red; }