index — crispy-website @ 1d63bc89849eb0026246a9e4fa44001b4ef9445c

My personal homepage (very crispy)

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
 29
 30
 31
 32
 33
body {
    font-family: Arial, sans-serif;
    color: #c8c3bc;
    line-height: 1.6;

    background-color: #1e2021;

    justify-content: center;
    align-items: flex-start;

    min-height: 100vh;
    padding: 2em;
}

ul {
    display: flex;
    flex-direction: column;
    gap: 20px;

    list-style-type: none;
    padding: 0;
}

li {
    display: flex;
    align-items: center;

    gap: 20px;
}

li p {
    margin: 0;
}