05-01-2024, 09:26 PM
CSS
HTML
Simple box format for anyone to toy with, throw the HTML into your background layer and play around with it as you please. CSS goes into your style sheet.
Code:
#all{text-align:center; font:10pt Cambria;}
#box1{font:60pt 'Tahoma';}
#box2{font:252pt 'Calibri ';}
#box1,#box2{color:#000; -dm-text-outline:1px #FFF; line-height:0%;}
HTML
Code:
<div id=all><div id=box1>████</div>
<div id=box2>█</div>
Simple box format for anyone to toy with, throw the HTML into your background layer and play around with it as you please. CSS goes into your style sheet.