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 :: li remove dot css 
Css :: add space between text and underline 
Css :: mat card title center 
Css :: css select all elements except last css 
Css :: how to change placeholder color 
Css :: centering div horizontally 
Css :: css image sharpen 
Css :: css elipsis 
Css :: how to align a content at the middle of a div with translate 
Css :: css rounded corners 
Css :: css resize image without distortion 
Css :: css how do i remove highlighting 
Css :: css selector start with 
Css :: calc sass variables 
Css :: disable scroll css 
Css :: css vertical align items in div 
Css :: reset link style css 
Css :: css transform y 
Css :: how to blur background image in css 
Css :: position relative get in center 
Css :: grid center css 
Css :: css remove list indent 
Css :: font size css 
Css :: how to remove link color from <a 
Css :: css border opacity 
Css :: remove line from a href css 
Css :: transition shorthand css 
Css :: blazor spinner css in wwwroot/css/site.css 
Css :: html input background color 
Css :: antd css 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =