static/music.css (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
body {
background-color: #1e2021;
font-family: Arial, sans-serif;
color: #c8c3bc;
line-height: 1.6;
justify-content: center;
align-items: flex-start;
min-height: 100vh;
padding: 15em;
padding-top: 2em;
padding-bottom: 2em;
font-size: 1em;
}
ul {
list-style-type: none;
padding: 0;
}
li {
display: flex;
align-items: center;
margin-bottom: 10px;
}
li img {
margin-right: 10px;
}
|