Thursday, March 26, 2015

css การสร้าง ตัวหนังสือแนวตั้ง (vertical text)

css การสร้าง ตัวหนังสือแนวตั้ง (vertical text)

.vertical {  
display:block;
writing-mode: tb-rl;
filter: flipv fliph;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg);
position:relative;
width:15px;
white-space:nowrap;
font-size:14px;
margin-top:90px;
}

No comments:

Post a Comment