Fix Finally
This commit is contained in:
parent
aee209b6c1
commit
14043eef1c
@ -27,22 +27,14 @@ scrollbar-width: none;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.button2 {
|
.button2 {
|
||||||
padding: 15px 25px;
|
padding: 15px 25px;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
outline: none;
|
outline: none;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3e8e41;
|
background-color: #3e8e41;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
box-shadow: 0 9px #999;
|
box-shadow: 0 9px #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button2:hover {background-color: #3e8e41}
|
|
||||||
|
|
||||||
.button2:active {
|
|
||||||
background-color: #3e8e41;
|
|
||||||
box-shadow: 0 5px #666;
|
|
||||||
transform: translateY(4px);
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user