Here is a small visual example: #rotate-text { width: 25px; transform: rotate(90deg); } <div id="rotate-text"> <p>My paragraph</p> </div>.
確定! 回上一頁