summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2021-11-14 14:38:06 -0500
committerMatthew Kosarek <mattkae@protonmail.com>2021-11-14 14:38:06 -0500
commitfd3c1e74e7ebe9125b98dba311efcbe73e89859e (patch)
tree0adb39252bb0e86a45a456971b5253edd7237014 /index.css
parent5c613a10364f30bd6add25f7950433f0c482c3ca (diff)
(mkosarek) Working on undamped and damped
Diffstat (limited to 'index.css')
-rw-r--r--index.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/index.css b/index.css
index 4845590..e0a0338 100644
--- a/index.css
+++ b/index.css
@@ -261,6 +261,8 @@ WebGL container
border: 1px solid #b0a565;
width: 800px;
height: 600px;
+
+ background-color: rgb(51, 76.5, 76.5);
}
.opengl_canvas_container .stop_button {
@@ -278,4 +280,11 @@ WebGL container
cursor: pointer;
}
-
+/***********************************
+Input Styling
+************************************/
+.widget_container {
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+}