Revert "Merge pull request #2 from FAUSheppy/HTMLUpdates"

This reverts commit 0495671c08, reversing
changes made to 3c25977746.
This commit is contained in:
Jeffrey Miller
2021-09-01 00:35:30 -04:00
parent 477dfd1b02
commit 927d891796
5 changed files with 93 additions and 141 deletions

View File

@@ -58,7 +58,7 @@ body {
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
background-color: #2D3047;
color: #212529;
text-align: left;
background-color: #fff;
}
@@ -9957,51 +9957,6 @@ 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,