diff --git a/assets/audios/Snare.mp3 b/assets/audios/Snare.mp3 new file mode 100644 index 0000000..51d9fd8 Binary files /dev/null and b/assets/audios/Snare.mp3 differ diff --git a/assets/audios/omniscent.mp3 b/assets/audios/omniscent.mp3 new file mode 100644 index 0000000..6f84700 Binary files /dev/null and b/assets/audios/omniscent.mp3 differ diff --git a/assets/audios/vintage.mp3 b/assets/audios/vintage.mp3 new file mode 100644 index 0000000..0edfae8 Binary files /dev/null and b/assets/audios/vintage.mp3 differ diff --git a/assets/audios/whistle.mp3 b/assets/audios/whistle.mp3 new file mode 100644 index 0000000..55c74ae Binary files /dev/null and b/assets/audios/whistle.mp3 differ diff --git a/index.html b/index.html index 60df31a..946ac8f 100644 --- a/index.html +++ b/index.html @@ -60,18 +60,22 @@

Random Disco Light Simulator

placeholder="Enter time in seconds" /> -
+
@@ -108,6 +112,10 @@

Random Disco Light Simulator

+ + + +
The timer has ended. The page will reload.
diff --git a/style.css b/style.css index 619fd37..cb83b7c 100644 --- a/style.css +++ b/style.css @@ -108,7 +108,7 @@ strong { } #view, -#unit, #sound{ +#unit,#sound{ text-align: center; border-radius: 10px; background-color: rgba(255, 255, 255, 0.07); @@ -120,6 +120,7 @@ strong { width: auto; } + select option { color: #e5e5e5; font-size: 24px;