diff --git a/css/style1.css b/css/style1.css index 4f71aa7..6a086ea 100644 --- a/css/style1.css +++ b/css/style1.css @@ -6,11 +6,22 @@ body { background-size: cover; } +.parent { + width: 100%; + height: 100%; + position: fixed; + top: 0; + left: 0; + display: flex; + align-items: center; + align-content: center; + justify-content: center; + overflow: auto; +} + #song{ width: 400px; - height: 300px; - margin: auto; - justify-content : center; + height: 340px; background-color: rgba(0, 0, 0, 0.7); border-radius: 10px; color: #fff; diff --git a/index.php b/index.php index 4f82e09..7204380 100755 --- a/index.php +++ b/index.php @@ -16,13 +16,12 @@ +

Just Radio

- now playing: - -
+
-
title
@@ -53,15 +52,19 @@
title
+
+