Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
bootstrap を使用して垂直ボタンを追加する方法。
CSS を使用して、ボタン内のテキストを回転させたい場合があります。
# CSSファイル .rotate { /* サファリ */ -webkit-transform: 回転(-90度); /* ファイアフォックス */ -moz-transform: 回転(-90度); /* いいえ */ -ms-transform: 回転 (-90 度); /* オペラ */ -o-transform: 回転(-90度); }