index — crispy-website @ 5a2e0aa451c43528cc958d0a4f90a7e6ab2123a8

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