FFS
Total brain blockage
I want a div, to be a percentage of page width. I want the text in the child divs to get smaller if the page is resized.
<div style="width:50%; font-size:50%;background-color:#ff0000; color:#ffffff;">
<div>Some rubbish</div>
</div>
As the page is resized, the div gets smaller, the text does not.
Help me along my merry way, I'm supposed to me on the phones this morning, not messing about with my email sig.
Total brain blockage
I want a div, to be a percentage of page width. I want the text in the child divs to get smaller if the page is resized.
<div style="width:50%; font-size:50%;background-color:#ff0000; color:#ffffff;">
<div>Some rubbish</div>
</div>
As the page is resized, the div gets smaller, the text does not.
Help me along my merry way, I'm supposed to me on the phones this morning, not messing about with my email sig.
Comment