diff --git a/index.html b/index.html index 1bb134c..c701db4 100644 --- a/index.html +++ b/index.html @@ -131,15 +131,28 @@ opacity: 1; } } + /* HTML:
*/ + .loader { + width: 120px; + height: 20px; + background: + linear-gradient(90deg, #0000 ,orange) left -50px top 0/50px 20px no-repeat + lightblue; + animation: l2 1s infinite linear; + } + @keyframes l2 { + 100% {background-position: right -50px top 0} + }
-
+ +
Loading...