diff --git a/html/landing.ejs b/html/landing.ejs index b969bb46..a7d23af3 100644 --- a/html/landing.ejs +++ b/html/landing.ejs @@ -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 {