mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 06:20:30 +02:00
remove some bullshit and change to vars
This commit is contained in:
parent
6316f390d7
commit
3631d57309
14 changed files with 90 additions and 510 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue