bessst
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

transparant_landschap.html
text/html

Download raw (1.1 KB)

<!DOCTYPE html>
<html>
  <head>
    <title>KVAK TV</title>
    <meta name="viewport"
        content="width=device-width, initial-scale=1.0, user-scalable=no">
    <meta charset="UTF-8">
    <style type="text/css">
      html, body {
        margin: 0;
        padding: 0;
        height: 100%;
      }

      .figure {
        z-index: 1000;
        position: fixed;
       }
    </style>
    <!-- <link rel="stylesheet/less" type="text/css" href="styles.less"> -->
    <script src="http://cdnjs.cloudflare.com/ajax/libs/less.js/1.3.0/less-1.3.0.min.js" type="text/javascript"></script>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
    <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>
  </head>
  <body>
    <img src="figuur_met_transparante_achtergrond.png" class="figure">
    <img src="palmboom_met_transparantie.png" class="figure">
    <img src="figuur_met_transparante_achtergrond.png" class="figure">
  </body>
  <script>
     $(".figure").draggable();
  </script>
</html>