dot grid pages
All checks were successful
/ build (push) Successful in 40s

This commit is contained in:
Nycki 2025-11-14 14:17:24 -08:00
parent 038f1871ed
commit fcf56ef66d

View file

@ -84,6 +84,18 @@
.month td:not(:last-child) {
border: thin solid black;
}
/* page 4-5 */
/* page 6-7 */
.dot-grid {
height: 100%;
width: 100%;
background-image: radial-gradient(circle at .5mm .5mm, black .5px, transparent 0);
background-size: 4mm 4mm;
}
/* page 8 */
</style>
</head>
<body>
@ -128,10 +140,10 @@
<h1>page 5</h1>
</div>
<div class="page">
<h1>page 6</h1>
<div class="dot-grid"></div>
</div>
<div class="page">
<h1>page 7</h1>
<div class="dot-grid"></div>
</div>
<div class="page">
<h1>page 8</h1>