Indent starting from the second line of a paragraph with CSS

后端 未结 6 1180
轻奢々
轻奢々 2020-12-07 13:34

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;
}
         


        
6条回答
提交回复
热议问题