index — crispy-website @ 4adf0367728c2fb5ad4151a97e8b1671882ad95e

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;
}