all repos — h3 @ 56a6ad8b0ffac6a74a0f4624bb5ae08230b29f59

A tiny, extremely minimalist JavaScript microframework.

docs/css/style.css

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
footer {
  text-align: center;
  width: 100%;
}

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

#navigation {
  border: none;
  border-left: 1px solid #ccc;
}

[type=checkbox].drawer:checked+* {
  padding-top: 60px;
}