I am trying to use the following code to rotate a website but am a bit of a beginner in javascript and have come a bit stuck...
func roatation {
body {
-webkit-transform: rotate(-30deg);
-moz-transform: rotate(-30deg);
}
}
I know the code for body was html? But can't work out how I would put this in a function?
Thanks