layout of music
This commit is contained in:
parent
05a7b25ba4
commit
4f4e2e00f2
5 changed files with 67 additions and 64 deletions
|
|
@ -25,10 +25,11 @@ a {
|
|||
}
|
||||
.trackcontainer {
|
||||
flex: 1 1 300px;
|
||||
padding: 0;
|
||||
padding: 10px;
|
||||
margin: 0;
|
||||
h3, p {
|
||||
h1, h3, p {
|
||||
padding: 5px;
|
||||
color: rgb(249, 234, 214);
|
||||
}
|
||||
}
|
||||
.track {
|
||||
|
|
@ -51,10 +52,15 @@ a {
|
|||
}
|
||||
|
||||
#controls {
|
||||
display: flex;
|
||||
flex: 0 0 200px;
|
||||
border: #000 solid 1px;
|
||||
box-shadow: 5px 10px rgba(255, 0, 0, 0.493);
|
||||
border-radius: 3px;
|
||||
padding: 15px;
|
||||
margin: 0 auto;
|
||||
min-height: 200px;
|
||||
background-color: rgba(61, 0, 102, 0.884);
|
||||
button {
|
||||
background-color: #f00;
|
||||
width: 100px;
|
||||
|
|
@ -66,21 +72,40 @@ a {
|
|||
background-color: rgb(253, 83, 83);
|
||||
}
|
||||
.container {
|
||||
background-color: rgba(128, 128, 128, 0.7);
|
||||
margin: auto;
|
||||
width: 200px;
|
||||
border: #000 solid 1px;
|
||||
box-shadow: 5px 10px rgb(0, 0, 0);
|
||||
border-radius: 3px;
|
||||
margin: 0 auto 0 0;
|
||||
width: 10em;
|
||||
text-align: center;
|
||||
border-radius: 3px;
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
#info {
|
||||
flex: 1 1 500px;
|
||||
border: #000 solid 1px;
|
||||
min-height: 50vh;
|
||||
padding: 15px;
|
||||
background-color: rgba(61, 0, 102, 0.884);
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
#timer {
|
||||
flex: 1 1 200px;
|
||||
border: #000 solid 1px;
|
||||
max-height: 50vh;
|
||||
overflow-y: scroll;
|
||||
padding: 15px;
|
||||
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
p {
|
||||
background-color: rgba(60, 0, 100, 0.664);
|
||||
padding: 10px;
|
||||
border-radius: 3px;
|
||||
color: #fff;
|
||||
box-shadow: 5px 10px rgba(255, 0, 0, 0.493);
|
||||
border: #000 solid 1px;
|
||||
}
|
||||
}
|
||||
#tracktime {
|
||||
margin-bottom: auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue