бэта сайта, убрал мусор, чуть-чуть допилил код
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
.player-container {
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
background-color: #d54242;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#audio-player {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
#audio-controls {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#audio-controls button {
|
||||
margin-right: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user