summaryrefslogtreecommitdiffstats
path: root/src/renderer/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/index.css')
-rw-r--r--src/renderer/index.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/renderer/index.css b/src/renderer/index.css
new file mode 100644
index 0000000..afdf217
--- /dev/null
+++ b/src/renderer/index.css
@@ -0,0 +1,20 @@
+html, body, div {
+ width: 100%;
+ height: 100%;
+}
+
+#app {
+ text-align: center;
+}
+
+canvas {
+ position: relative;
+ top: calc(50% - 384px);
+}
+
+* {
+ margin: 0px;
+ padding: 0px;
+ border: 0px;
+ background: #223;
+}