BUGFIX: don't need background size 200% for height
This commit is contained in:
parent
ce2d9b578b
commit
45a58581a0
@ -21,7 +21,7 @@ body {
|
|||||||
-moz-animation: background 2s linear infinite;
|
-moz-animation: background 2s linear infinite;
|
||||||
animation: background 2s linear infinite;
|
animation: background 2s linear infinite;
|
||||||
background: linear-gradient(to right, red, orange, yellow, green, aqua, blue, violet, red, orange, yellow, green, aqua, blue, violet, red);
|
background: linear-gradient(to right, red, orange, yellow, green, aqua, blue, violet, red, orange, yellow, green, aqua, blue, violet, red);
|
||||||
background-size: 200% 200%;
|
background-size: 200% 100%;
|
||||||
font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', cursive;
|
font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', cursive;
|
||||||
|
|
||||||
@-webkit-keyframes background {
|
@-webkit-keyframes background {
|
||||||
|
Loading…
Reference in New Issue
Block a user