I\'ve been searching long time, but can\'t find a better way solve my problem, make div draggable, rotate and resize by each handle like these 2 example 1 2,, now it can be
They use a matrix function in a transform properties. You can rotate element by muliplay your matrix (element coordinates) by rotation matrix.
transform: matrix(a, c, b, d, tx, ty)
More info and examples here: The CSS3 matrix() Transform for the Mathematically Challenged