added lots of css to style site.
removed mainbody class and did switching stuff in app.js
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user