index — crispy-website @ 553503c752751ecbd71d5f2269b1adba887cd3f6

My personal homepage (very crispy)

static/global.css (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
body {
    font-family: "Liberation Sans", Helvetica, Arial, sans-serif;
    line-height: 1.6;

    background-color: #1e2021;
    color: #c8c3bc;

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

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