Is it possible to include a text string into a css property?
For example:
p.break {
text-align: center;
text: "this is a break";
}
Then use:
<p class="break"></p>
Thanks
For example:
p.break {
text-align: center;
text: "this is a break";
}
Then use:
<p class="break"></p>
Thanks









