From 89f5e928380565f8968cfdb4da52979dbd318ced Mon Sep 17 00:00:00 2001 From: Nihat Aliyev Date: Sat, 25 Nov 2023 00:46:00 +0300 Subject: [PATCH] Delete Spotify-Logo directory --- Spotify-Logo/index.html | 16 ---------------- Spotify-Logo/style.css | 23 ----------------------- 2 files changed, 39 deletions(-) delete mode 100644 Spotify-Logo/index.html delete mode 100644 Spotify-Logo/style.css diff --git a/Spotify-Logo/index.html b/Spotify-Logo/index.html deleted file mode 100644 index 01f35a3..0000000 --- a/Spotify-Logo/index.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - Spotify Logo - - - -
- - -
- - \ No newline at end of file diff --git a/Spotify-Logo/style.css b/Spotify-Logo/style.css deleted file mode 100644 index bea2314..0000000 --- a/Spotify-Logo/style.css +++ /dev/null @@ -1,23 +0,0 @@ -html { - height: 100%; - } - body { - height: 100%; - background: #181818; - display: flex; - align-items: center; - justify-content: center; - color: #fff; - } - .spotify-logo { - width: 200px; - height: 200px; - left: 0; - right: 0; - } - .logo { - fill: #1ed760; - } - .sound-waves { - fill: #181818; - }