Rotate elements with CSS3


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. -webkit-transform: rotate(-90deg);
  2. -moz-transform: rotate(-90deg);
  3. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

URL: http://snook.ca/archives/html_and_css/css-text-rotation

Report this snippet


Comments


You need to login to view comments.