HTML_TEST
Html
code posted
created at 31 Aug 10:45, updated at 31 Aug 15:53
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 |
<html> <head> <style> #box1{ width:225px; height:225px; background-image:url(earth.jpg); } #box2{ width:500px; height:300px; margin-top:80px; background-image:url('earth.jpg'); } </style> </head> <body> <div id="box1"></div> <div id="box2"></div> </body> </html> |
281 Bytes in 5 ms with coderay