CSS flex-flow属性
要同时设置 flex-direction和flex-wrap属性,请使用单个属性 flex-flow
示例
您可以尝试运行以下代码来实现flex-flow属性,以设置flex的direction和wrap属性:
<!DOCTYPE html>
<html>
<head>
<style>
.mycontainer {
display: flex;
background-color: orange;
flex-flow: column wrap;
}
.mycontainer > div {
background-color: white;
text-align: center;
line-height: 40px;
font-size: 25px;
width: 100px;
margin: 5px;
}
</style>
</head>
<body>
<h1>Quiz</h1>
<div class = "mycontainer">
<div>Q1</div>
<div>Q2</div>
<div>Q3</div>
<div>Q4</div>
<div>Q5</div>
<div>Q6</div>
<div>Q7</div>
<div>Q8</div>
<div>Q9</div>
</div>
</body>
</html>热门推荐
6 带清的简短祝福语
10 老师祝福语简短100字
11 春节感恩祝福语简短的
12 周末祝福语正能量简短
13 18岁简短祝福语经典
14 新娘上头祝福语大全简短
15 开店大吉文案祝福语简短
16 许嵩生日祝福语简短
17 六一祝福语简短感动女生
18 长辈生日祝福语简短女性