I have the following CSS:
header h1:after {
content:"Alumni Association";
}
and I want it to display as follows:
Alumni
Association
I have tried \a, \n, <br>
etc but none of them work.
I am looking for a purely CSS solution as that is all I have access to...