This commit is contained in:
Ashley 2023-11-23 07:21:34 +00:00
parent efe75f7e67
commit 614e533536

View file

@ -47,17 +47,17 @@
<style> <style>
.subtitle { .subtitle {
text-align: center; text-align: center;
color: #FFFF00; color: #FFFF00;
text-shadow: 1px 1px 0px #000; text-shadow: 1px 1px 0px #000;
position: relative; position: relative;
left: 200px; left: 68px;
bottom: 50px; top: -35px;
animation: subtitle .25s; bottom: 50px;
animation-direction: alternate; animation: subtitle .25s;
animation-iteration-count: infinite; animation-direction: alternate;
animation-iteration-count: infinite;
} }
@-webkit-keyframes subtitle { @-webkit-keyframes subtitle {