css force span to new line code example
Example: line break inside content css
p:after {
display: block;
white-space: pre-line;
content: "Me too! \A Me three!";
}
p:after {
display: block;
white-space: pre-line;
content: "Me too! \A Me three!";
}