SyntaxFix
Write A Post
Hire A Developer
Questions
assuming you want the line height to be 20 px
.restart:before { content: 'First Line'; padding-bottom:20px; } .restart:after { content: 'Second-line'; position:absolute; top:40px; }