۱۲
مهر ۹۴
<!
DOCTYPE
html>
<
html
>
<
head
>
<
meta
charset
=
utf
-8 />
<
title
>JS Bin</
title
>
<
style
>
h1 {
width: 50px;
font-size: 50px;
word-wrap: break-word;
}
</
style
>
</
head
>
<
body
>
<
h1
> NETTUTS </
h1
>
</
body
>
</
html
>
http://code.tutsplus.com/tutorials/the-easiest-way-to-create-vertical-text-with-css--net-15284
------------------------------------------------------
.vertical-text { transform: rotate(90deg); transform-origin: left top 0; }
http://davidwalsh.name/css-vertical-text
http://stackoverflow.com/questions/1080792/how-can-i-draw-vertical-text-with-css-cross-browser
۹۴/۰۷/۱۲