I am redoing an old website with html and CSS, never creating a website that says "old style." I have no idea what size = + x in CSS refers to, are these pixels or what? Is there a way to reproduce this in css or do I need to specify the exact size?
In short, how do I add x pixels to something I don't know about?
For my specific example, there is a surcharge here:
<H1 ALIGN=CENTER>
<B><FONT color="red" SIZE=+4>PHONE BOOK</FONT></B>
</H1></CENTER>
source
share