summary refs log tree commit diff homepage
path: root/docs/style.css
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-08-05 18:21:48 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-08-05 18:24:05 +0700
commitd6dfd431588624510574c2386a563af890c4adc1 (patch)
tree32d9396364ea64a3054d4b1cd8954d1726544316 /docs/style.css
parentba2aaeb1f1255737566ebcc9061a52f01a73bcce (diff)
downloadbrutalmaze-d6dfd431588624510574c2386a563af890c4adc1.tar.gz
Add HTML5 record player and update hit-and-run client
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/style.css b/docs/style.css
new file mode 100644
index 0000000..f32bb6b
--- /dev/null
+++ b/docs/style.css
@@ -0,0 +1,34 @@
+html, body {
+    width: 100%;
+    height: 100%;
+    margin: 0px;
+    border: 0;
+    overflow: hidden;
+    display: block;
+    background-color: #2e3436;
+}
+
+canvas {
+    left: 0px;
+    top: 0px;
+    background-color: #2e3436;
+}
+
+div {
+    display: flex;
+    justify-content: center;
+}
+
+input {
+    border: none;
+    border-radius: 4px;
+    background-color: #eeeeec;
+    color: #2e3436;
+    font-size: 1.25em;
+    padding: 0.3em;
+    margin: 0.2em 0.1em;
+}
+
+input[type=text] {
+    width: 50vw;
+}