SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to do this without adding classes...
p:first-child { font-size: 16px; } p:last-child { font-size: 12px; }
or
p:nth-child(1) { font-size: 16px; } p:nth-child(2) { font-size: 12px; }