居中
-
css banner图片居中
第一种写法:.bannerBox { width: 100%; height: 310px; background: url(../../assets/img/Admin.p…
-
元素居中方法
1、定位+外边距 .father{ position:relative; top:50%; left:50%; width:40px; height:40px; …
-
表格table
表格table tr行 td列也是单元格属性:1.width宽度2.height高度3.表格内外边框空隙cellspacing=”0″4.内边框到内容的距离…