指定CSS网格布局中的列数
使用grid-template-columns属性设置网格布局中的列数
示例
<!DOCTYPE html>
<html>
<head>
<style>
.container {
display: grid;
background-color: green;
grid-template-columns: auto auto;
padding: 20px;
grid-gap: 20px;
}
.container > div {
background-color: orange;
border: 2px solid gray;
padding: 35px;
font-size: 30px;
text-align: center;
}
.ele1 {
grid-row-start: 1;
grid-row-end: 6;
}
</style>
</head>
<body>
<h1>Game Board</h1>
<div class = "container">
<div class = "ele1">1</div>
<div class = "ele2">2</div>
<div class = "ele3">3</div>
<div class = "ele4">4</div>
<div class = "ele5">5</div>
<div class = "ele6">6</div>
</div>
</body>
</html>热门推荐
10 娃娃考试祝福语幽默简短
11 生日聚会祝福语简短的
12 很暧昧的简短祝福语
13 上嫂子生日祝福语简短
14 周末祝福语正能量简短
15 怎么说祝福语简短
16 我想找祝福语大全简短
17 祖国生日祝福语简短英文
18 生日宝宝祝福语简短独特