Change style to text algin canvas center and added dark background color.

This commit is contained in:
2018-07-12 00:46:40 +02:00
parent 13a14e06db
commit 71f502b9a7

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 src="public/sketch.js"></script>
</head>
<body style="margin: 0">
<body style="text-align: center; background-color: #1e1e1e">
</body>
</html>