How can I indent starting from the second line of a paragraph?
I\'ve tried
p {
text-indent: 200px;
}
p:first-line {
text-indent: 0;
}
If you style as list
I guess putting the second line in would also work, but requires human thinking for the content to flow properly, and, of course, hard line breaks (which don't bother me, per se).