index — crispy-website @ e2bcd03bdc1f3283dcd92a9f0e17a6289b23f49c

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