File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
3031header {
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}
4142p {
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{
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments