Make the text static
This commit is contained in:
parent
225879dd6b
commit
090a894c8b
1 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 10vmin;
|
font-size: 16vmin;
|
||||||
margin-top: 10vmin;
|
margin-top: 10vmin;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
@ -18,7 +18,6 @@
|
||||||
color: black;
|
color: black;
|
||||||
text-transform: lowercase;
|
text-transform: lowercase;
|
||||||
line-height: 20vmin;
|
line-height: 20vmin;
|
||||||
animation: size 0.6s infinite ease-in-out alternate;
|
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in a new issue