From 95ae29fe3341a2858e3c5195dbc72ed72efd8c96 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 14 Oct 2024 04:29:56 +0300 Subject: Bug fixes, styling --- client/css/styles.css | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'client/css/styles.css') diff --git a/client/css/styles.css b/client/css/styles.css index 08b28dc..b759445 100644 --- a/client/css/styles.css +++ b/client/css/styles.css @@ -1,6 +1,16 @@ body { background: black; color: lightgreen; + margin: 0px; +} + +div { + display: flex; + flex-direction: column; +} + +progress { + width: auto; } a { @@ -33,7 +43,18 @@ button:hover { table { background-color: lightgreen; } -th, tr, td { +th, td { background-color: black; padding: 2px; } + +tr { + background-color: black; + display: flex; + flex-direction: row; + flex-wrap: wrap; +} + +audio { + width: auto; +} -- cgit v1.2.3