css flex布局1、display:flex:2、flex-direction方向属性3、flex-wrap:"";4、justify-content 排版子容器属性
在父容器content写了第一个属性1、display:flex:代码和效果如图所示,默认横向布局<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>flex布局</title> &