CSS實現垂直居中

情景一:單行文字垂直居中   1、line-height     原理是在於將單行文字的行高設定後,文字會位於行高的垂直中間位置 <div class="text-con">單行文字垂直居中</div>   <style> .text-con {     width: 200px;     height:  60px;     line-height: 60px;     color: #fff;
相關文章
相關標籤/搜索