Fixed CSS Bugs

added anchor style
added z-index to fix precedence
This commit is contained in:
RaspberryProgramming 2021-10-04 17:13:37 -04:00
parent 2f238865cb
commit 24118d2b17
1 changed files with 19 additions and 0 deletions

View File

@ -26,6 +26,7 @@
}
.intro .current {
z-index: 10;
opacity: 1;
height:100vh;
width:100vw;
@ -53,4 +54,22 @@
.notrans {
transition: none !important;
}
.intro .children {
width: 80vw;
}
.intro .title {
padding: 10px;
}
.intro .content {
display: flex;
flex-direction: column;
align-items:center;
}
.intro .children a {
color: #C4C4C4
}