transform scale and translate at the same time css code example
Example: transform multiple css
li:nth-child(2) {
transform: rotate(15deg) translate(-20px,0px);
}
li:nth-child(2) {
transform: rotate(15deg) translate(-20px,0px);
}