mirror of
https://github.com/KevinMidboe/cubewaves.git
synced 2025-12-08 20:28:54 +00:00
Change style to text algin canvas center and added dark background color.
This commit is contained in:
@@ -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 style="margin: 0">
|
<body style="text-align: center; background-color: #1e1e1e">
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user