/* 加了flex是弹性容器 */
.box{
display: flex;
height: 300px;
/* justify-content: start; 默认情况 */
/* justify-content: flex-end; 从右边开始 */
/* justify-content: center; 盒子居中 */
/* justify-content: space-between; 空白间距均分在弹性盒子之间 */
/* justify-content: space-between; 弹性盒子与容器之间间距相等,父级剩余的尺寸分配间距分配 */
/* justify-content: space-around; 空白间距均分在弹性盒子两侧 */
/* justify-content: space-evenly; 弹性盒子与容器之间间距相等 */
border: 1px solid black;
/* align-items: center; 居中 */
/* align-items: flex-end; */
/* align-items: flex-start; */
}
/* 让第二个div,侧轴居中对齐 */
.box div:nth-child(2){
align-self: center;
}
/* 子级div是弹性盒子:沿着主轴方向排列,默认是水平的 */
.box div{
width: 200px;
height: 100px;
background-color: pink;
}
1
2
3
猜你喜欢
- 12天前梦中虫噬:解析虫入血肉的深层恐惧
- 12天前女人梦见吃饭的心理学解析
- 12天前梦见左门牙脱落预示什么
- 12天前梦见鱼群游动的深层心理寓意解析
- 12天前梦中驱蛇蛇遁逃的深层解析
- 9天前梦见自己拉大便的寓意解析
- 9天前梦中重逢 与逝去父亲的温暖对话
- 9天前梦见打蛇的周公解梦含义解析
- 9天前孕妇梦见棺材与逝者的心理解析
- 9天前梦见狗咬手出血预示什么征兆
网友评论
- 搜索
- 最新文章
- 热门文章