Coming soon...

QUANTUM ANALYTICS

Bringing power of Quantum Computing to you

:doodle { max-width: 60vw; max-height: 60vw; } @place-cell: center; @size: calc(@i()*6%); border-radius: 50%; border-style: dashed; border-width: calc(@i() * 2px); border-color: hsla( @rand(150, 180), 100%, 50%, calc(3 / @i() * .8) ); @keyframes changeRotate { from { transform: rotate(@r(360deg)); } to { transform: rotate(@r(0deg)); } } animation-duration: calc(2s * @i()); animation-name: changeRotate; animation-iteration-count: infinite; animation-direction: alternate; animation-delay: calc(0.08s * @i()); @at(1, 13) { border-style: dotted; border-color: hsla( 190, 70%, 50%, 90% ); } @at(1, 17) { border-style: dotted; border-color: hsla( 190, 70%, 50%, 90% ); }