Testing
This commit is contained in:
parent
a1beceef48
commit
fea4f897f4
1 changed files with 5 additions and 5 deletions
|
@ -32,6 +32,11 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.animatedMain {
|
||||||
|
opacity: 1;
|
||||||
|
animation: fadeDelay 2s cubic-bezier(0.075, 0.82, 0.165, 1);
|
||||||
|
}
|
||||||
|
|
||||||
.animatedTitle {
|
.animatedTitle {
|
||||||
animation: mainText 2s cubic-bezier(0.075, 0.82, 0.165, 1);
|
animation: mainText 2s cubic-bezier(0.075, 0.82, 0.165, 1);
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
@ -40,11 +45,6 @@
|
||||||
/* outline: 1px white solid; */
|
/* outline: 1px white solid; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.animatedMain {
|
|
||||||
opacity: 1;
|
|
||||||
animation: fadeDelay 2s cubic-bezier(0.075, 0.82, 0.165, 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
.pfp {
|
.pfp {
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
border: darkgray 4px solid;
|
border: darkgray 4px solid;
|
||||||
|
|
Loading…
Reference in a new issue