all transforms in css code example
Example 1: transform multiple css
li:nth-child(2) {
transform: rotate(15deg) translate(-20px,0px);
}
Example 2: css transform property
Read this comprehensive article about CSS animation transform property.
It also has many useful examples that help you in best way.
https://medium.com/swlh/learn-css-transform-animation-zero-to-hero-6a2a643bd56b