タグ内にテキストがあり<aside></aside>
、今はこのように表示されています
This is the text in <aside>
このように縦長に見せたい
T
h
i
s
i
s
t
h
e
t
e
x
t
私はこのcssを使用しています
コード:
aside {
background: none repeat scroll 0 0 #475E80;
height: 690px;
position: relative;
width: 20px;
text-align:bottom;
}
これどうやってするの?