index — crispy-website @ c5e00e3406c78f28bacd95d77bbc400f7e3f40ca

My personal homepage (very crispy)

static/center.css (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
body{
  display: flex;
  justify-content: center;
}

p{
  max-width: 80ch;
  text-wrap: wrap;
}