From b394157ae65325e7fe9b3eb83f6a1994f1850fc1 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 26 Nov 2022 21:52:50 +0530 Subject: More Styling & Readme Changes * Adds Source code link --- README.md | 2 +- hg.css | 12 ++++++++++++ index.html | 1 + 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5e949b..5acdc30 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ A Minimalist Retrowave music player for the web (frontend only). -> This was a challenge to write a minimalist music player using Howler.js in 2 hours limitation was to use only vanilla JS. +> This was a challenge to write a minimalist music player using Howler.js in 2 hours; limitation was to use only vanilla JS. Uses: https://retrowave.ru/ \ No newline at end of file diff --git a/hg.css b/hg.css index 80b2711..79d0549 100644 --- a/hg.css +++ b/hg.css @@ -250,4 +250,16 @@ dialog::backdrop { .controls { font-style: italic; font-size: larger; +} + +#source { + bottom: 4px; + position: absolute; + text-align: center; + left: 138px; + z-index: 999; +} + +#source a { + color: white; } \ No newline at end of file diff --git a/index.html b/index.html index 0f5f54e..090be2a 100644 --- a/index.html +++ b/index.html @@ -36,6 +36,7 @@
history
+
source code
Upload
-- cgit v1.2.3