mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Changed lotsa stuff
This commit is contained in:
parent
91eb5cd839
commit
7bb7b919ae
18 changed files with 457 additions and 447 deletions
|
@ -1,33 +1,3 @@
|
|||
.buttonContainer {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.button {
|
||||
color: white;
|
||||
background-color: #313131;
|
||||
margin: 0px 4px;
|
||||
padding: 15px 4px;
|
||||
max-width: 100%;
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
word-wrap: break-word;
|
||||
text-decoration: none;
|
||||
transition: width 0.5s, height 0.5s, ease-in 0.5s;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
background-color: #555;
|
||||
color: var(--text-color);
|
||||
transition: width 0.5s, height 0.5s, ease-out 0.5s;
|
||||
text-shadow: 2px 1.5px 8px black;
|
||||
}
|
||||
|
||||
.hr {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue