Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

rotate a table in html

#myTable {
    transform:rotate(270deg);
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #rotate #table #html
ADD COMMENT
Topic
Name
9+3 =