CSS 垂直居中的11種方式

11種實現方式分別如下: 1. 使用絕對定位和負外邊距對塊級元素進行垂直居中 html代碼: <div id="box"> <div id="child">我是測試DIV</div> </div> 複製代碼: #box { width: 300px; height: 300px; background: #ddd; position: relative; }
相關文章
相關標籤/搜索