added lots of css to style site.

removed mainbody class and did switching stuff in app.js
This commit is contained in:
2020-06-02 22:52:28 +02:00
parent 5f8c491674
commit 53d393fba7
16 changed files with 421 additions and 288 deletions

View File

@ -1,4 +1,21 @@
.Shufflebutton{
.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;
}