From 864c2c6c1c678f7b3e73edd7e7d6d283998a49fe Mon Sep 17 00:00:00 2001 From: EduardSkibidiGooner Date: Sat, 28 Sep 2024 21:47:15 +0300 Subject: [PATCH] add last played --- index.html | 46 ++++++++++++++++++++++++++++++++++++---------- 1 file changed, 36 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 4d25943..ff1784d 100644 --- a/index.html +++ b/index.html @@ -9,13 +9,13 @@ body { background-color: black; color: white; - font-family: sans-serif; + font-family: monospace; } .terminal { background-color: black; color: green; - font-family: monospace; padding: 20px; + text-align: center; } .terminal h1 { color: lightgreen; @@ -23,13 +23,9 @@ .terminal .command { color: lightblue; } - .terminal .path { - color: white; - } .terminal ul { list-style: none; padding: 0; - width: 100%; display: flex; justify-content: center; margin: 0; @@ -44,8 +40,18 @@ .terminal a:hover { text-decoration: underline; } - #spacer { - height: 0; + #widget { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + } + #album-cover img { + max-width: 150px; + max-height: 150px; + } + #song { + text-align: center; } @@ -62,8 +68,28 @@ - -