Guest User

Untitled

a guest
Sep 24th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. CSS3 also allows rotation of elements using the transform command, with the rotate property accepting degrees as a parameter.
  2.  
  3. This command works well for imagery but the rendering of text is poor making small text extremely difficult to read
  4.  
  5. #box9 {
  6. -moz-transform: rotate(2deg);
  7. -webkit-transform: rotate(2deg);
  8. }
Add Comment
Please, Sign In to add comment