Horje
rotate text css Code Example
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);
}




Css

Related
absolute vertical position css Code Example absolute vertical position css Code Example
css percent minus pixel Code Example css percent minus pixel Code Example
html if text too long newline Code Example html if text too long newline Code Example
not clickable css Code Example not clickable css Code Example
css how to add double shadow to text Code Example css how to add double shadow to text Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10