.mesh-bg{ background-image: radial-gradient(at 80% 100%, HSLA(191,100%,36%,0.9) 0px, transparent 60%), radial-gradient(at 0% 0%, hsla(178,100%,36%,0.43) 0px, transparent 60%); animation: gradient 13s ease infinite; background-size: 200% 200%; } @keyframes gradient { 0% { background-position: 0% 20%; } 25% { background-position: 100% 50%; } 50% { background-position: 50% 70%; } 100% { background-position: 0% 20%; } }
Skip to content