random bullshit go!!!
This commit is contained in:
parent
8d4c8fa5d8
commit
f060c54222
1 changed files with 8 additions and 8 deletions
|
@ -36,21 +36,21 @@ body {
|
||||||
justify-content: center;
|
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 {
|
.animatedTitle {
|
||||||
animation: mainText 2s cubic-bezier(0.075, 0.82, 0.165, 1);
|
animation: mainText 2s linear;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
max-width: 75%;
|
max-width: 75%;
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
/* outline: 1px white solid; */
|
/* outline: 1px white solid; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.animatedMain {
|
||||||
|
opacity: 1;
|
||||||
|
animation: fadeDelay 1s linear;
|
||||||
|
animation-delay: 1.25s;
|
||||||
|
animation-fill-mode: both;
|
||||||
|
}
|
||||||
|
|
||||||
.pfp {
|
.pfp {
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
border: darkgray 4px solid;
|
border: darkgray 4px solid;
|
||||||
|
|
Loading…
Reference in a new issue