From 7746b08c769c1337d5e7552e0d523dcb88a5e1f3 Mon Sep 17 00:00:00 2001 From: 2weiEmu Date: Sun, 15 Mar 2026 23:19:13 +0100 Subject: [PATCH] update: better styling --- public/css/index.css | 15 ++++++++++++++- public/index.html | 2 +- public/js/index.js | 4 ++++ songmanager | Bin 10742405 -> 10742405 bytes 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/public/css/index.css b/public/css/index.css index 76fbc32..facd4cc 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -3,5 +3,18 @@ } #editElement { - background-color: red; +} + +ul { + list-style-type: none; + margin: 0; + padding: 0; +} + +#editElement { + padding: 20px; + border-radius: 5px; + background-color: #d9d9d9; + border: 1px solid gray; + box-shadow: 5px 5px 5px 5px #d9d9d9; } diff --git a/public/index.html b/public/index.html index 4c0f66f..a89956d 100644 --- a/public/index.html +++ b/public/index.html @@ -15,7 +15,7 @@

List of songs in the database:

Filter songs here:

-