Block #song

master
santic-zombie 5 years ago
parent b74a2cce54
commit 45a329dec8
  1. 16
      css/style1.css
  2. 4
      index.php

@ -2,6 +2,16 @@ body {
background-color: rgb(143, 188, 143);
}
#song{
width: 400px;
height: 300px;
margin: auto;
justify-content : center;
background-color: rgba(0, 0, 0, 0.75);
border-radius: 10px;
color: #fff;
}
.btn {
width: 100px;
height: 60px;
@ -14,7 +24,7 @@ body {
cursor: pointer;
text-align: center;
margin: auto;
justify-content : center
justify-content : center;
}
@ -33,7 +43,6 @@ body {
display: flex;
}
h1 {
text-align: center
}
@ -41,6 +50,3 @@ h1 {
DIV {
text-align: center
}

@ -15,9 +15,11 @@
</head>
<body>
<h1>Just Radio</h1>
<div id="song">
<h1>Just Radio</h1>
now playing:
<br>

Loading…
Cancel
Save