CSS .rotate { width: 100px; height: 100px; background: teal; transform: rotate(45deg); }. This example will rotate the div by 45 degrees clockwise.
確定! 回上一頁