adding multiples elements to transform 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);
}