Ciao Show

Sito del Consorzio Internazionale Artisti & Operatori dello Spettacolo, l’unione di 8 compagnie di teatro di strada attive in tutta Europa. Sito sviluppato customizzando un tema di WordPress utilizzando il composer WPBakery.

Tag: CSS3, HTML5, jQuery, PHP, Wordpress, WPBakery

Data

2023

Link

ciao.show

:doodle { @grid: 2/ 100rem; transform-style: preserve-3d; } --hue: calc(180 + 1.5 * @row * @col); background: #1d2f34; margin: -.5px; transition: @r(3s) ease; clip-path: polygon(@pick( '0 0, 100% 0, 100% 100%', '0 0, 100% 0, 0 100%', '0 0, 100% 100%, 0 100%', '100% 0, 100% 100%, 0 100%' )); animation: move @rn(35, 55, 23)s infinite @rn(-20, -10, 3)s linear alternate; @keyframes move { 100% { margin-top: 500px; } }