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 @@
- +