css垂直居中的方法

CSS垂直居中的12種實現方式 1.使用絕對定位和負外邊距對塊級元素進行垂直居中 HTML <div id="box"> <div id="child"></div> </div> CSS #box { width: 300px; height: 300px; background: #ddd; position: relative; } #child {
相關文章
相關標籤/搜索