can iuse transform code example
Example 1: css scale
transform: scale(sx,sy);
Example 2: transform multiple css
li:nth-child(2) {
transform: rotate(15deg) translate(-20px,0px);
}
transform: scale(sx,sy);
li:nth-child(2) {
transform: rotate(15deg) translate(-20px,0px);
}