Mercurial > code > home > repos > gcalendarwatch
view wall_calendar.css @ 40:c4e8d697326b
wall calendar html generator
author | drewp@bigasterisk.com |
---|---|
date | Mon, 27 Nov 2023 12:04:28 -0800 |
parents | |
children |
line wrap: on
line source
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@600&display=swap"); body { display: flex; flex-direction: column; height: 100vh; margin: 0; font-family: "Titillium Web", sans-serif; } body, table { font-size: 20px; } table { border-collapse: collapse; width: 100%; flex-grow: 1; } th, td { border: 1px solid black; vertical-align: top; padding-left: 6px; } th { width: 1%; } tr { height: 10%; }