We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0a996 commit 3acac27Copy full SHA for 3acac27
pilot/css/pilotstylesheet.css
@@ -31,13 +31,16 @@ body::-webkit-scrollbar-thumb{
31
header{
32
width: 100%;
33
height: 21rem;
34
+ display: flex;
35
+ flex-direction: column;
36
justify-content: space-around;
37
align-items: center;
- text-align: center;
38
}
39
.mainlogo{
40
animation: comein 4s ease forwards;
41
font-weight: bolder;
42
+ text-align: center;
43
+ width: 100%;
44
45
p{
46
animation: fade 1s ease forwards;
@@ -216,8 +219,8 @@ h3{
216
219
217
220
@keyframes comein{
218
221
from{
- letter-spacing: 200px;
- transform: translate(100px,0);
222
+ letter-spacing: 100px;
223
+ transform: translate(50px,0);
224
225
to {
226
letter-spacing: 20px;
0 commit comments