This commit is contained in:
bingus_violet 2024-09-26 13:14:23 -05:00
parent a1beceef48
commit fea4f897f4

View file

@ -32,6 +32,11 @@
justify-content: center;
}
.animatedMain {
opacity: 1;
animation: fadeDelay 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.animatedTitle {
animation: mainText 2s cubic-bezier(0.075, 0.82, 0.165, 1);
margin: auto;
@ -40,11 +45,6 @@
/* outline: 1px white solid; */
}
.animatedMain {
opacity: 1;
animation: fadeDelay 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.pfp {
border-radius: 15px;
border: darkgray 4px solid;