You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
313 B
26 lines
313 B
body {
|
|
text-align: center;
|
|
font-family: monospace;
|
|
}
|
|
|
|
.song-author {
|
|
color: firebrick;
|
|
}
|
|
|
|
.song-title {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.full-song {
|
|
background-color: azure;
|
|
width: 400px;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin-right: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
.field {
|
|
width: 300px;
|
|
height: 30px;
|
|
} |