I want to rotate the whole web page to a certain degree(45 degree) including all the elements on the page.
The answers that I found is not working on all the elements of the web page.
I want to rotate the whole web page to a certain degree(45 degree) including all the elements on the page.
The answers that I found is not working on all the elements of the web page.
For rotating
body { transform: rotate(20deg); }