extract css and js to separated files

This commit is contained in:
badcold
2024-04-21 10:22:43 +02:00
parent 6d46e973cf
commit ba5973bd96
4 changed files with 124 additions and 125 deletions

32
style.css Normal file
View File

@@ -0,0 +1,32 @@
.filters {
font-size: x-large;
input {
width: 20px;
height: 20px;
}
}
.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;
}