Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
  <head>
    <style type="text/css">
      div {
        position: absolute;
        width: 100px;
        height: 25px;
        left: 10px;
        background-image: url(support/blue-luminance-100x100.svg);
      }
      #top {
        top: 10px;
      }
      #bottom {
        top: 60px;
      }
    </style>
  </head>
  <body>
    <div id="top"></div>
    <div id="bottom"></div>
  </body>
</html>