moved all css files to module files to seperate into namespaces and prevent name overlaps
This commit is contained in:
21
src/pages/RandomPage/RandomPage.module.css
Normal file
21
src/pages/RandomPage/RandomPage.module.css
Normal file
@ -0,0 +1,21 @@
|
||||
.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