如何用css实现文字在屏幕中央显示
如何用css实现文字在屏幕中央显示
日期:2016-08-08 09:49:50 人气:2
基本兼容各个浏览器,不管啥内容都可以垂直居中。
CSS
.demo{width: 400px;margin: 12px auto;border: 1px solid #596480;color: inherit;background: #ffc}
.demo p{text-align: left;margin: 24px;text-indent: 0}
#demo-5{height: 300px;position: static;*position: relative;display:tabl