css實現垂直居中的方式

使用絕對定位和負外邊距對塊級元素進行垂直居中 HTMLcss <div id="box"> <div id="child"></div> </div> 複製代碼 CSShtml #box { width: 300px; height: 300px; background: #ddd; position: relative; } #child { wi
相關文章
相關標籤/搜索