From fd3c1e74e7ebe9125b98dba311efcbe73e89859e Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Sun, 14 Nov 2021 14:38:06 -0500 Subject: (mkosarek) Working on undamped and damped --- index.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'index.css') 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; +} -- cgit v1.2.1