Skip to content

Commit 2d0a996

Browse files
committed
pilot ui updates
1 parent cca82f2 commit 2d0a996

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pilot/css/pilotstylesheet.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ body{
1111
padding: 0;
1212
background-color: #474747;
1313
color: coral;
14+
overflow-x: hidden;
1415
display: flex;
1516
flex-direction: column;
1617
justify-content: space-around;
@@ -28,14 +29,14 @@ body::-webkit-scrollbar-thumb{
2829
}
2930

3031
header{
31-
animation: comein 4s ease forwards;
3232
width: 100%;
3333
height: 21rem;
3434
justify-content: space-around;
3535
align-items: center;
3636
text-align: center;
3737
}
3838
.mainlogo{
39+
animation: comein 4s ease forwards;
3940
font-weight: bolder;
4041
}
4142
p{
@@ -216,9 +217,11 @@ h3{
216217
@keyframes comein{
217218
from{
218219
letter-spacing: 200px;
220+
transform: translate(100px,0);
219221
}
220222
to {
221223
letter-spacing: 20px;
224+
transform: translate(0,0);
222225
}
223226
}
224227
@keyframes fade{

pilot/pilot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<body>
2020
<header>
2121
<h1 class="mainlogo">PILOT</h1>
22-
<svg id="rect" width="1617" height="18" viewBox="0 0 1617 18" fill="none" xmlns="http://www.w3.org/2000/svg">
22+
<svg id="rect" width="1617" height="15" viewBox="0 0 1617 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2323
<path d="M1.5 1.5H1614.55V16.5H1.5V1.5Z" stroke="#FF7F50" stroke-width="3" stroke-linejoin="round"/>
2424
</svg>
2525
<br>

0 commit comments

Comments
 (0)