remove some bullshit and change to vars

This commit is contained in:
zyqunix 2025-06-12 10:44:30 +02:00
parent 6316f390d7
commit 3631d57309
14 changed files with 90 additions and 510 deletions

View file

@ -1,18 +1,16 @@
@import url(/global.css);
div.main {
div.cards {
padding: 60px;
display: grid;
justify-content: center;
background-color: #3a3a3a;
border-radius: 10px;
margin: 50px auto;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
max-width: 600px;
text-align: center;
}
div.main button {
div.cards button {
margin: 0 10px;
cursor: pointer;
color: #fff;