mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 21:37:48 +01:00
Update html/landing.ejs
This commit is contained in:
parent
ff60d4a316
commit
efe75f7e67
1 changed files with 9 additions and 9 deletions
|
@ -49,15 +49,15 @@
|
||||||
|
|
||||||
|
|
||||||
.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: 200px;
|
||||||
bottom: 50px
|
bottom: 50px;
|
||||||
animation: subtitle .25s
|
animation: subtitle .25s;
|
||||||
animation-direction: alternate
|
animation-direction: alternate;
|
||||||
animation-iteration-count: infinite
|
animation-iteration-count: infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
@-webkit-keyframes subtitle {
|
@-webkit-keyframes subtitle {
|
||||||
|
|
Loading…
Reference in a new issue