79673530

Date: 2025-06-20 14:17:07
Score: 1.5
Natty:
Report link

Yes there is an alternative rotate can be used instead of transform: rotate().

https://developer.mozilla.org/en-US/docs/Web/CSS/rotate

body {
margin: 50px;
}

div {
  height: 100px;
  width: 100px;
  background-color: red;
  rotate: 30deg;
}
<div></div>

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: garrettlynchirl