22 lines
339 B
CSS
22 lines
339 B
CSS
.Shufflebutton {
|
|
width: 100%;
|
|
align-content: center;
|
|
}
|
|
|
|
.btnshuffle {
|
|
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;
|
|
}
|
|
|
|
.btnshuffle:focus {
|
|
outline: none;
|
|
}
|