Add files via upload

This commit is contained in:
J-onasJones 2021-11-07 17:32:47 +01:00 committed by GitHub
parent 7b5bfcc1a8
commit 98d81b2d97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 728 additions and 1 deletions

46
css/custom.css Normal file
View file

@ -0,0 +1,46 @@
html {
scroll-behavior: smooth;
}
/* CUSTOM COLOR CLASSES */
.custom1{color:white;background-color:#10335C}
.custom2{background-color:#195294;color:white}
/*SCROLL BACK TO TOP BUTTON*/
#myBtn {
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: #10335C;
color: white;
cursor: pointer;
padding: 2.5px;
border-radius: 4px;
width: 155px;
text-align: center;
}
#myBtn:hover {
background-color: #195294;
width: 155px;
}
#myBtn1 {
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: white;
color: #10335C;
cursor: pointer;
padding: 2.5px;
border-radius: 4px;
width: 155px;
text-align: center;
}
#myBtn1:hover {
background-color: #195294;
width: 155px;
}