デモ html
<div class="controller">
<div><a href="#buttton-1">Special Offer</a></div>
</div>
デモCSS
.controller{
width: 55px;
height: 216px;
background: #000;
border-radius: 0 19px 19px 0;
text-align: center;
vertical-align: middle;
display: table-cell;
}
.controller div{
transform: rotate(90deg);
}
私はそれを使用white-space: nowrap;
し.controller div
てそのコントローラーの幅を増やし、長いテキストがある場合、これは1行になります。しかし、私はこのマルチラインが欲しいのですが、このように完全に高くなっています。