我在<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;
}
我怎样才能做到这一点?