onclick button change playing status, replace main block

This commit is contained in:
santic-zombie
2020-03-27 11:18:03 +03:00
parent de8c6598d7
commit dcf3626d6b
2 changed files with 20 additions and 6 deletions

View File

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