css3中居中对其的4种方法~

html: 这里设置父类为father;子类为son;css <div class="father"> <div class="son"> </div> js:html 1. 方法一(使用绝对布局): .father{ width:500px; height:500px; position:relative; background-color:
相关文章
相关标签/搜索