Browse Source

Remove footer

main
Luke Murphy 4 years ago
parent
commit
363a8ade3f
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 24
      voicegardens/static/styles.css
  2. 7
      voicegardens/templates/index.html

24
voicegardens/static/styles.css

@ -10,30 +10,6 @@ canvas {
display: block;
}
#footer {
position: fixed;
left: 0;
bottom: 0;
height: 20px;
width: 100%;
background-color: white;
text-align: left;
}
#footer * {
margin: 0;
padding: 0;
}
#footer ul {
list-style: none;
padding-left: 5px;
}
#footer ul li {
display: inline;
}
img {
width: 2%;
}

7
voicegardens/templates/index.html

@ -12,13 +12,6 @@
/>
</head>
<body>
<div id="footer">
<ul>
<li>Shape 1</li>
<li>Shape 2</li>
</ul>
</div>
<script src="/static/p5js/p5.min.js" charset="utf-8"></script>
<script src="/static/p5js/p5.sound.min.js" charset="utf-8"></script>
<script src="/static/p5js/p5.collide2d.min.js" charset="utf-8"></script>

Loading…
Cancel
Save