diff --git a/www/index.html b/www/index.html index 2f3b91f..bf4d355 100644 --- a/www/index.html +++ b/www/index.html @@ -6,5 +6,12 @@ +
+

WHSPAH Web Interface

+

A simple locally hosted web interface for WHSPAH.

+
+
+

Just pretend there's a bunch of buttons and sliders here. I'm just kind of yapping to test the CSS. Wow look at that slider and those buttons. So cool.

+
\ No newline at end of file diff --git a/www/styles.css b/www/styles.css index 4530134..e24c070 100644 --- a/www/styles.css +++ b/www/styles.css @@ -2,4 +2,25 @@ body { /* Anything but light mode, please. */ background-color: #000000; color: #FFFFFF; +} + +.whspahTitle{ + background-color: #363636; + text-align: center; + width: max-content; + margin:0 auto; + margin-bottom: 1%; + padding: 1%; + border-radius: 25px; +} + +.contentBox{ + background-color: #363636; + text-align: center; + width: max-content; + margin:0 auto; + margin-bottom: 1%; + padding: 1%; + border-radius: 25px; + max-width: 80%; } \ No newline at end of file