all repos — h3 @ 664413d65eff52ef710fa6017f383aa67a6f7b9b

A tiny, extremely minimalist JavaScript microframework.

docs/css/style.css

 1
 2
 3
 4
 5
 6
 7
 8
footer {
  text-align: center;
  width: 100%;
}

main {
  height: calc(100vh - 120px);
}