i have dementia

This commit is contained in:
2025-01-19 11:53:12 +01:00
parent 006e0edfa0
commit 4c8f23ceba
3 changed files with 49 additions and 13 deletions
+18 -1
View File
@@ -164,5 +164,22 @@ input {
aspect-ratio: 1 / 1;
}
#sillyValue {
display: inline;
height: 100%;
background-color: #FF0000;
}
.sillyGrid {
width: 99%;
aspect-ratio: 10 / 1;
height: auto;
background-image: repeating-linear-gradient(
to right,
#000000 0px,
#000000 3px,
transparent 3px,
transparent 10%
);
border: 3px solid black;
border-radius: 8px;
align-self: center;
}