Search
 
SCRIPT & CODE EXAMPLE
 

CSS

rotate text css

.text {
  /* Browsers not below */
  transform: rotate(-90deg);
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
}
Comment

CSS text rotate

transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);  /* Safari */
-moz-transform: rotate(-90deg);  /* Firefox */
-o-transform: rotate(-90deg);  /* Opera */
-ms-transform: rotate(-90deg);  /* IE (Internet Expl0rer) */
Comment

rotate text css

writing-mode:vertical-rl;
Comment

PREVIOUS NEXT
Code Example
Css :: css image background 
Css :: css combinators 
Css :: css animation linear 
Css :: css contour 
Css :: css selctors 
Css :: how to change background color in css 
Css :: removing space between words css 
Css :: css z index 
Css :: how to make a responsive box in css 
Css :: css grid take 2 columns 
Css :: css curved border 
Css :: css disable input 
Css :: bootstrap-start 
Css :: how to increase text height css 
Css :: show icon on hover css 
Css :: how to change color of a tag in css 
Css :: css stripes 
Css :: bootstrap modal overflow 
Css :: css background transparent blur 
Css :: how to make a square image round css 
Css :: add background image in css 
Css :: css position absolute transition 
Css :: change order columns bootstrap 
Css :: display in css 
Css :: jest afterAll 
Css :: css clip 
Css :: vertical divider between my flexbox 
Css :: responsive gradient background css 
Css :: Submit Button CSS Class 
Css :: css line-height 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =