Another recent example.
Indent all but the first line of your paragraphs. This is useful when you have long lines which, when wrapped, become hard to dicern. It's like a cross between a description list (<dl>) and a list (<ul>).
```
p {padding-left:2rem; margin:0; text-indent:-1rem}
```
Also, use <dl> and <time>!