Removed margin for body.

This commit is contained in:
2018-07-11 19:00:47 +02:00
parent cad1919d36
commit d1e51b4324

View File

@@ -10,6 +10,6 @@
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.1/addons/p5.dom.js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.1/addons/p5.dom.js"></script>
<script src="public/sketch.js"></script> <script src="public/sketch.js"></script>
</head> </head>
<body> <body style="margin: 0">
</body> </body>
</html> </html>