Quote:
Originally Posted by Jellby
How about :
Code:
.subtitle { display: block}
which is in practice equivalent to using <div class="subtitle"> (also a valid option)?
|
And also, how do I get the .subtitle to start at a new line elegantly? I mean, not by just adding </br> to the html file?