Update html/landing.ejs

This commit is contained in:
Ashley 2023-11-23 07:16:54 +00:00
parent ff60d4a316
commit efe75f7e67

View file

@ -49,15 +49,15 @@
.subtitle {
text-align: center
color: #FFFF00
text-shadow: 1px 1px 0px #000
position: relative
left: 200px
bottom: 50px
animation: subtitle .25s
animation-direction: alternate
animation-iteration-count: infinite
text-align: center;
color: #FFFF00;
text-shadow: 1px 1px 0px #000;
position: relative;
left: 200px;
bottom: 50px;
animation: subtitle .25s;
animation-direction: alternate;
animation-iteration-count: infinite;
}
@-webkit-keyframes subtitle {