random bullshit go!!!

This commit is contained in:
bingus_violet 2024-09-26 14:21:14 -05:00
parent 8d4c8fa5d8
commit f060c54222

View file

@ -36,21 +36,21 @@ body {
justify-content: center;
}
.animatedMain {
opacity: 1;
animation: fadeDelay 1s cubic-bezier(0.075, 0.82, 0.165, 1);
animation-delay: 1.25s;
animation-fill-mode: both;
}
.animatedTitle {
animation: mainText 2s cubic-bezier(0.075, 0.82, 0.165, 1);
animation: mainText 2s linear;
margin: auto;
max-width: 75%;
padding-top: 30px;
/* outline: 1px white solid; */
}
.animatedMain {
opacity: 1;
animation: fadeDelay 1s linear;
animation-delay: 1.25s;
animation-fill-mode: both;
}
.pfp {
border-radius: 15px;
border: darkgray 4px solid;