jun 18
This commit is contained in:
@@ -1,6 +1,28 @@
|
||||
footer{
|
||||
background-color: #31353d;
|
||||
|
||||
.scrollToTopBtn{
|
||||
|
||||
button{
|
||||
display: none;
|
||||
position: fixed;
|
||||
bottom: 70px;
|
||||
right: 20px;
|
||||
z-index: 99;
|
||||
background-color: #15c1c6;
|
||||
padding: 18px;
|
||||
border-radius: 50%;
|
||||
font-size: 23px;
|
||||
color: white;
|
||||
background-color: #15c1c6;
|
||||
border: none;
|
||||
}
|
||||
|
||||
button:hover{
|
||||
background-color: #31353d;
|
||||
transition: 0.3s;
|
||||
}
|
||||
}
|
||||
|
||||
.footer-copyright{
|
||||
color: #ffffff;
|
||||
|
||||
Reference in New Issue
Block a user