随笔分类 -  css

摘要:div.wh{ background:#ff0;width:50%;position:relative;display:inline-block; } div.wh:before{ content: ""; display: inline-block; padding-bottom: 100%; width: .1px; vertical-align: middle; } di... 阅读全文
posted @ 2016-08-18 11:53 LJ9197 阅读(893) 评论(0) 推荐(0)
摘要:#contwrap:after{content:'';height:0;clear:both;display:block;visibility:hidden;} 阅读全文
posted @ 2016-06-07 14:26 LJ9197 阅读(155) 评论(0) 推荐(0)
摘要:1.水平居中.className{ margin:0 auto; width:200px; height:200px;}2.垂直水平居中.className{ width:300px; height:200px; position:absolute; lef... 阅读全文
posted @ 2015-10-31 15:12 LJ9197 阅读(143) 评论(0) 推荐(0)