亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

css如何實現柵格布局

發布時間:2022-03-01 10:23:39 來源:億速云 閱讀:202 作者:小新 欄目:web開發

這篇文章主要介紹css如何實現柵格布局,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!

一、使用float:

代碼如下:


<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<style>
section
{
border: solid 1px;
}
section section
{
float: left;
margin-left: 10px;
margin-top: 10px;
text-align: center;
width: 200px;
border-radius: 20px;
height: 200px;
}
.parent
{
height: 440px;
width: 660px;
}
.parent section:first-child
{
height: 410px;
}
</style>
</head>
<body>
<section class="parent">
<section>A</section>
<section>B</section>
<section>C</section>
<section>D</section>
<section>E</section>
</section>
</body>
</html>

二、使用display:flex(這個css3屬性僅谷歌和火狐支持)

代碼如下:


<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<style>
section
{
border: solid 1px;
}
section section
{
margin-left: 10px;
margin-top: 10px;
text-align: center;
width: 200px;
border-radius: 20px;
height: 200px;
}
.parent
{
display: flex;
flex-direction: column;
flex-wrap: wrap;
height: 440px;
width: 660px;
}
.parent section:first-child
{
height: 410px;
}
</style>
</head>
<body>
<section class="parent">
<section>A</section>
<section>B</section>
<section>C</section>
<section>D</section>
<section>E</section>
</section>
</body>
</html>

以上是“css如何實現柵格布局”這篇文章的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

css
AI

苗栗市| 砚山县| 尉氏县| 金沙县| 华宁县| 治县。| 五河县| 特克斯县| 改则县| 剑河县| 平遥县| 奈曼旗| 彭山县| 海兴县| 临海市| 田阳县| 周口市| 房产| 曲沃县| 漠河县| 宁阳县| 泰安市| 青岛市| 莱阳市| 铜陵市| 怀安县| 襄汾县| 德钦县| 上林县| 北票市| 新巴尔虎右旗| 徐汇区| 镇安县| 确山县| 怀远县| 韩城市| 虹口区| 博罗县| 廊坊市| 来安县| 虞城县|