diff --git a/index.html b/index.html index 76b15cb..3db6767 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@ linear-gradient(45deg, transparent 75%, #ccc 75%), linear-gradient(-45deg, transparent 75%, #ccc 75%); background-size: 20px 20px; - background-position: 0 0, 0 10px, 10px -10px, -10px 0px; + background-position: 0 0, 0 10px, 10px -10px, -10px 0px; } .fadeInOut { animation: fadeInOut 3s ease-in-out infinite; @@ -83,6 +83,8 @@