How to make text run top-to-bottom in CSS?
问题 Does anyone know how to make text align top-to-bottom in a div. SO won't even let me demonstrate it . . . I just want the letters to stack on top of each other in a vertical line down the page like the stories of a building. Was hoping I didn't need to do it with an image. 回答1: To make the letters top-to-bottom while keeping their normal orientation, like this: F O O HTML: <div class="toptobottom">letters</div> CSS: .toptobottom{ width: 0; word-wrap: break-word; } word-wrap allows words to be