type-theory/html/ProgressHeader.html

30 lines
611 B
HTML
Raw Normal View History

2024-07-11 04:06:20 +00:00
<!DOCTYPE html>
<style>
@font-face {
font-family: Inter;
font-weight: normal;
src: url(https://mzhang.io/fonts/Inter-Regular.ttf) format(truetype);
}
@font-face {
font-family: Inter;
font-weight: bold;
src: url(https://mzhang.io/fonts/Inter-Bold.ttf) format(truetype);
}
2024-07-11 15:15:26 +00:00
2024-07-11 04:06:20 +00:00
body { font-family: "Inter", sans-serif; }
2024-07-11 15:15:26 +00:00
h3 { margin: 0; }
table { border-spacing: 0; }
2024-07-11 04:06:20 +00:00
.cell {
display: flex;
2024-07-11 15:15:26 +00:00
flex-direction: column;
2024-07-11 04:06:20 +00:00
min-height: 48px;
2024-07-12 08:07:03 +00:00
gap: 2px;
2024-07-11 04:06:20 +00:00
align-items: center;
justify-content: center;
aspect-ratio: 1;
}
</style>
<h1>HoTT Book Progress</h1>