Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html vertical text in table cell

.verticalTableHeader {
    text-align:center;
    white-space:nowrap;
    transform-origin:50% 50%;
    transform: rotate(90deg);

}
.verticalTableHeader:before {
    content:'';
    padding-top:110%;/* takes width as reference, + 10% for faking some extra padding */
    display:inline-block;
    vertical-align:middle;
}
Comment

PREVIOUS NEXT
Code Example
Html :: onclick on input type checkbox field 
Html :: bulma cdn 
Html :: on phone option html 
Html :: The <select Element 
Html :: The <input Element 
Html :: html form using http 
Html :: Error: input is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`. 
Html :: link phone in safari 
Html :: html svg 
Html :: make text bold with html 
Html :: bootstrap wysiwyg 
Html :: simple html dom 
Html :: the <video tag 
Html :: xpath select td class contains text 
Html :: color selector html 
Html :: bootstrap nav tabs example 
Html :: Disable form first dropdown option 
Html :: group checkbox html 
Html :: html how to give false link 
Html :: html open all links in new tab 
Html :: html how to hide and show multiple 
Html :: html add title 
Html :: style html 
Html :: html code heavy right arrow 
Html :: what is the code element in html 
Html :: wordress audio volume 
Html :: vue paragraph not showing when class applied to it 
Html :: avoid textarea user input 
Html :: nice error page html 
Html :: bootstrap notifications 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =