Files
Website/static/styles/misc.css
2025-09-23 00:48:19 +02:00

14 lines
245 B
CSS

.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;
}