I was looking to make a bunch of list items randomly rotated (and absolutely placed) on the screen and found out here that that can only be achieved with javascript, instead of css3 as my first attempts were.
I found a beautiful solution in this topic but it makes the rotation only when hovering. Since I'm no javascript expert, I wasn't able to do that on load, instead of hover.
After that I would find a way to do randomly input the top and left values, but if you already have that solution, I would love to hear it.
Thank you for your time :)