Title / Description
Code <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>
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code