<style>
._1{
height:20%;
width:100%;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}
</style>
<div class="_1">content</div>
divの中央にコンテンツを整列する方法は?ありがとう。 demodivの中央にあるCSSテキスト(divの高さ:20%)
編集:高さは%ではありません。私はline-height: 20%
を設定しますが、動作しません。
[DIVブロック内のCSSセンターテキスト(水平および垂直)]の可能性のある重複(http://stackoverflow.com/questions/5703552/css-center-text-horizontal -and-vertical-inside-a-div-block) –
@JishnuVSさん、高さは%ではありません。 –