mobile friendly
parent
c656fdd2db
commit
1f8b15fce8
@ -1,132 +1,146 @@
|
|||||||
|
|
||||||
body{
|
body{
|
||||||
margin:0;
|
margin:0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content{
|
.content{
|
||||||
width: 25vw;
|
width: 25vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title{
|
.title{
|
||||||
background-color: yellow;
|
background-color: yellow;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
padding-bottom: 35px;
|
padding-bottom: 35px;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
outline-style: solid;
|
outline-style: solid;
|
||||||
outline-width: 4px;
|
outline-width: 4px;
|
||||||
outline-color: #121212;
|
outline-color: #121212;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 65px;
|
font-size: 65px;
|
||||||
color: #121212;
|
color: #121212;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.subtitle{
|
.subtitle{
|
||||||
background-color: 515059;
|
background-color: 515059;
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
outline-style: solid;
|
outline-style: solid;
|
||||||
outline-width: 0px;
|
outline-width: 0px;
|
||||||
outline-color: #121212;
|
outline-color: #121212;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
color: #121212;
|
color: #121212;
|
||||||
}
|
}
|
||||||
|
|
||||||
.date{
|
.date{
|
||||||
background-color: white;
|
background-color: white;
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
outline-style: solid;
|
outline-style: solid;
|
||||||
outline-width: 4px;
|
outline-width: 4px;
|
||||||
outline-color: #121212;
|
outline-color: #121212;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
color: #121212;
|
color: #121212;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tracklist{
|
.tracklist{
|
||||||
background-color: blue;
|
background-color: blue;
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
padding-bottom: 75px;
|
padding-bottom: 75px;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
outline-style: solid;
|
outline-style: solid;
|
||||||
outline-width: 0px;
|
outline-width: 0px;
|
||||||
outline-color: #121212;
|
outline-color: #121212;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
color: #121212;
|
color: #121212;
|
||||||
}
|
}
|
||||||
|
|
||||||
.caretakers{
|
.caretakers{
|
||||||
background-color: 515059;
|
background-color: 515059;
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
outline-style: solid;
|
outline-style: solid;
|
||||||
outline-width: 4px;
|
outline-width: 4px;
|
||||||
outline-color: #121212;
|
outline-color: #121212;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
color: #121212;
|
color: #121212;
|
||||||
}
|
}
|
||||||
|
|
||||||
.audio{
|
.audio{
|
||||||
background-color: #121212;
|
background-color: #121212;
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
padding-bottom: 30px;
|
padding-bottom: 30px;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
outline-style: solid;
|
outline-style: solid;
|
||||||
outline-width: 4px;
|
outline-width: 4px;
|
||||||
outline-color: #121212;
|
outline-color: #121212;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro{
|
.intro{
|
||||||
background-color: lightgray;
|
background-color: lightgray;
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
padding-bottom: 100px;
|
padding-bottom: 100px;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
outline-style: solid;
|
outline-style: solid;
|
||||||
outline-width: 0px;
|
outline-width: 0px;
|
||||||
outline-color: #121212;
|
outline-color: #121212;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
color: #121212;
|
color: #121212;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.notation{
|
.notation{
|
||||||
width: 75vw;
|
width: 75vw;
|
||||||
outline-style: solid;
|
outline-style: solid;
|
||||||
outline-width: 4px;
|
outline-width: 4px;
|
||||||
outline-color: #121212;
|
outline-color: #121212;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.notation img{
|
.notation img{
|
||||||
object-fit:cover;
|
object-fit:cover;
|
||||||
|
width: 100%;
|
||||||
}
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media (max-width: 769px){
|
||||||
|
|
||||||
|
body{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content, .notation {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue