From efe75f7e67b480c851344bdd0e24cecddacefe8b Mon Sep 17 00:00:00 2001 From: Ashley Date: Thu, 23 Nov 2023 07:16:54 +0000 Subject: [PATCH] Update html/landing.ejs --- html/landing.ejs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 {