Hi,歡迎訪問前端老白
.left{ float: left; width: 200px; height: 200px; background-color: yellow; } .right{ float: right; width: 200px; height: 200px; background-color: blue; } <div class="left">這是左邊</div> <div class="right">這是右邊</div>
.parent{ position: relative; width: 500px; height: 500px; border: 1px solid black; } .child{ position: absolute; top: 50px; left: 50px; width: 200px; height: 200px; background-color: red; } <div class="parent"> <div class="child"></div> </div>
.container{ display: flex; justify-content: center; align-items: center; height: 100vh; } .box{ width: 200px; height: 200px; background-color: green; } <div class="container"> <div class="box"></div> </div>
老白網(wǎng)絡(luò) (http://www.lofty888.cn/) 前端 后端 zblog主題.網(wǎng)站地圖xml