More style, create dom, better class structure

This commit is contained in:
Ian Gulliver
2017-06-12 20:08:32 +00:00
parent d34120be72
commit c55664813f
3 changed files with 60 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
<script src="tagslice.js"></script>
</head>
<body>
<div id="container"></div>
<div id="container" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0; padding: 0;"></div>
<script>
new TagSlice(document.getElementById('container'));
</script>