2020-06-02 22:52:28 +02:00
|
|
|
.Shufflebutton {
|
2020-06-01 20:46:28 +02:00
|
|
|
width: 100%;
|
|
|
|
align-content: center;
|
2020-06-02 22:52:28 +02:00
|
|
|
}
|
|
|
|
|
2020-06-12 15:57:30 +00:00
|
|
|
.btnshuffle {
|
2020-06-02 22:52:28 +02:00
|
|
|
background-color: #39a945;
|
|
|
|
|
|
|
|
color: white;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-left: 45%;
|
|
|
|
border: none;
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 15px 25px 15px 25px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: larger;
|
|
|
|
}
|
|
|
|
|
2020-06-12 15:57:30 +00:00
|
|
|
.btnshuffle:focus {
|
2020-06-02 22:52:28 +02:00
|
|
|
outline: none;
|
|
|
|
}
|