From 3ef6fcffef4c318cd91bf25921c0dd1498c352c1 Mon Sep 17 00:00:00 2001 From: gaura2305 Date: Sun, 14 Apr 2024 17:45:27 +0530 Subject: [PATCH] update --- css/music list.css | 1 + css/utiles.css | 58 ------------------------- pages/artist list.php | 91 +++++++++++++++++++++++++++++++++++++++- pages/artist_details.php | 6 +++ pages/home.php | 2 +- pages/music list.php | 2 +- pages/search.php | 8 ++-- pages/upload music.php | 90 +++++++++++++++++++++------------------ 8 files changed, 152 insertions(+), 106 deletions(-) delete mode 100644 css/utiles.css diff --git a/css/music list.css b/css/music list.css index eeeeb60..79acf73 100644 --- a/css/music list.css +++ b/css/music list.css @@ -2,6 +2,7 @@ body { background: linear-gradient(black, rgb(75, 31, 75)); padding: 0; margin: 0; + height: 100vh; } .laptop { diff --git a/css/utiles.css b/css/utiles.css deleted file mode 100644 index 624e77b..0000000 --- a/css/utiles.css +++ /dev/null @@ -1,58 +0,0 @@ - -.container{ - background:linear-gradient(black , rgb(75, 31, 75)); - display: grid; - grid-template-columns: auto auto auto auto; - grid-gap:15px 15px; - justify-content: center; - height: 100vh; -} -.card{ - background-color: rgb(172, 188, 201); - border-radius: 5px; - display: flex; - flex-direction: column; - justify-content: center; - width:150px; - align-content: center; - align-items: center; - padding:10px 0; -} - h3 , h2{ - margin: 0; - width: 100px; - white-space: nowrap; - font-size: 15px; - overflow: hidden; - text-overflow: ellipsis; - } - img{ - width:100px; - height:100px; - border-radius:5px; - } - .artist-link { - text-decoration: none; - color: black; - } - - @media screen and (max-width:400px){ - .container{ - grid-template-columns: auto auto ; - - } - .card{ - width: 100px; - } - img{ - width:80px; - height:80px; - border-radius:5px; - } - h3 , h2{ - margin: 0; - font-size: 18px; - text-overflow: hidden; - } - - } \ No newline at end of file diff --git a/pages/artist list.php b/pages/artist list.php index e9d96f7..b02e127 100644 --- a/pages/artist list.php +++ b/pages/artist list.php @@ -2,11 +2,98 @@ - + Home Page - + + diff --git a/pages/artist_details.php b/pages/artist_details.php index 4373d86..86f25a8 100644 --- a/pages/artist_details.php +++ b/pages/artist_details.php @@ -5,6 +5,11 @@ Artist Details + +
-

Upload Music

-
-
-

-
-

-
-

-
-

-
-

-
-

-
-

-
-

- -
-
-Upload Music +
+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +
+ + close(); } ?> - + - + + \ No newline at end of file