OpenMediaCenter/src/css/RandomPage.css

22 lines
337 B
CSS
Raw Normal View History

.Shufflebutton {
2020-06-01 18:46:28 +00:00
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;
}