diff --git a/index.html b/index.html new file mode 100644 index 0000000..a6234ad --- /dev/null +++ b/index.html @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +

Healing Soundscapes

+ +
+ +
+ + +
+ +
+ + + + + + + + +
+
+ +
+

synchronizing...

+
+ + + + + + + diff --git a/ui-style.css b/ui-style.css index 507d8b7..3552d69 100644 --- a/ui-style.css +++ b/ui-style.css @@ -23,6 +23,15 @@ input[type=text] { background-color: var(--background); } +h1 { + font-size: 15px; + font-weight: 400; + color: var(--active); + position: relative; + width: fit-content; + margin: 0.3em auto; +} + /*navigation*/ #nav, #navPlayers {