Answers for "how to rotate text in a table html"

0

rotate a table in html

#myTable {
    transform:rotate(270deg);
}
Posted by: Guest on August-18-2020

Code answers related to "how to rotate text in a table html"

Browse Popular Code Answers by Language