Added CSS components

This commit is contained in:
2025-09-23 00:48:19 +02:00
parent 9b7b19992c
commit 36f9f62a0e
6 changed files with 992 additions and 0 deletions

13
static/styles/misc.css Normal file
View File

@@ -0,0 +1,13 @@
.misc_button{
width: 100px;
background: gray;
text-align: center;
border: black;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-style: outset;
}