auto-updating gh pages

This commit is contained in:
badcold
2024-06-10 17:58:32 +02:00
parent b7f87fc49b
commit bfab9abcb6
4 changed files with 764 additions and 0 deletions

36
gh-pages/style.css Normal file
View File

@@ -0,0 +1,36 @@
.filters {
font-size: x-large;
input {
width: 20px;
height: 20px;
}
}
.filterElement {
margin: 15px;
}
.contract {
margin: 5px;
float: left;
color: red;
font-size: 14em;
line-height: 194px;
text-align: center;
user-select: none;
width: 194px;
height: 194px;
background-image: url('contracts.webp');
background-size: 9894px 194px;
}
html {
color: #222;
font-size: 1em;
line-height: 1.4;
background-color: palegoldenrod;
}