Skip to content

Commit 65326fa

Browse files
committed
better style on page
1 parent daba765 commit 65326fa

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

webroot/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
}
1010
}
1111
</script>
12+
<style>
13+
body {
14+
margin: 0;
15+
display: flex;
16+
justify-content: center;
17+
align-items: center;
18+
background: #000;
19+
color: #FFF;
20+
}
21+
</style>
1222
<script type="module" src="null0-cart.js"></script>
1323
</head>
1424
<body>

webroot/mygame.null0

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)