divの中央、垂直中央にテキストを表示する方法
365 ワード
中央の実装方法:
垂直方向中央揃えの実装方法:
#divId {
width: 100px;
height: 40px; //div
line-height:40px; // height ,
text-align:center; //
background-color: #FFFAC2;
color: #FB592B; //
font-size:25px;
}
垂直方向中央揃えの実装方法:
#div-a{
height:60px;
line-height:60px; // div height
}