小编Par*_*ani的帖子

我想在css中管理flex

我需要弹性框像截图我创建演示,但我不需要所有项目

截图: 在此输入图像描述

.flex-container {
  display: flex;
  justify-content: center;
  background-color: DodgerBlue;
}

.flex-container > div {
  background-color: #f1f1f1;
  width: 100px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
}
Run Code Online (Sandbox Code Playgroud)

https://jsfiddle.net/parthjasani/103t93xd/

css css3 flexbox

1
推荐指数
1
解决办法
57
查看次数

标签 统计

css ×1

css3 ×1

flexbox ×1