:doodle { @grid: 5 / 200px; @shape: circle; position: absolute; left: 750px; top: 20px; filter: drop-shadow(10px 10px 20px snow); cursor: pointer; } background: #@repeat(6, @p([0-9A-F])); @shape: clover @p(3,4,5); @size: @r(20, 40)px; animation: rot 6s infinite linear var(--state); @keyframes rot { to { transform: rotate(360deg); } }
HCPlayer