HTML and CSS updates

Updates to:
 - bootstrap.css,
 - a new favicon,
 - html files
This commit is contained in:
Jeffrey Miller
2021-08-31 23:23:33 -04:00
parent 3c25977746
commit 436a763440
5 changed files with 141 additions and 93 deletions

View File

@@ -58,7 +58,7 @@ body {
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #2D3047;
text-align: left;
background-color: #fff;
}
@@ -9957,6 +9957,51 @@ a.text-dark:hover, a.text-dark:focus {
visibility: hidden !important;
}
.overlay {
position: absolute;
bottom: 100%;
left: 0;
right: 0;
background-color: #56638A;
overflow: hidden;
width: 100%;
height: 0;
transition: .5s ease;
}
.container:hover .overlay {
bottom: 0;
height: 100%;
}
.text1 {
white-space: nowrap;
color: #53dd6c;
font-size: 20px;
}
.text2 {
white-space: nowrap;
color: #56203D;
font-size: 15px;
}
.move {
position: absolute;
overflow: hidden;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
font-size: 35px;
}
.aligncenter{
text-align: center;
color: #56203D;
width: 190px;
}
@media print {
*,
*::before,