Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

transform multiple css

li:nth-child(2) {
    transform: rotate(15deg) translate(-20px,0px);
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #transform #multiple #css
ADD COMMENT
Topic
Name
9+4 =