Back to the card!

This commit is contained in:
Violet 2023-11-07 20:40:43 +00:00 committed by GitHub
parent 8dd83eadd3
commit 185c66b86a
4 changed files with 77 additions and 57 deletions

View file

@ -20,10 +20,11 @@ h2 {
body {
margin: auto;
background-color: rgb(10, 5, 20);
max-width: 1100px;
width: 100vw;
height: 100vh;
}
#maindiv {
.fadediv {
animation-name: fade-in;
animation-duration: .75s;
animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
@ -95,7 +96,8 @@ hr {
padding: 15px;
border: 2px white solid;
margin: auto;
max-width: 90%;
max-width: 1000px;
width: 90%;
}
/* I am so sorry about this code,,, */