Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css transform translate rotate

#id {
    transform: translate(50%, 50%) rotate(90deg) ;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #transform #translate #rotate
ADD COMMENT
Topic
Name
6+4 =