7
Comment appliquer plusieurs transformations en CSS?
En utilisant CSS, comment puis-je en appliquer plusieurs transform? Exemple: Dans ce qui suit, seule la translation est appliquée, pas la rotation. li:nth-child(2) { transform: rotate(15deg); transform: translate(-20px,0px); }
605
css
css-transforms