css用弹性布局属性进行水平垂直居中

2025-04-08 07:23:09

1、html语法,进行盒子布局。

css用弹性布局属性进行水平垂直居中

2、用css对盒子,进行基本样式设置,宽( width: 66px;),高(height: 400px;),颜色(background: #cecece;)。

css用弹性布局属性进行水平垂直居中
css用弹性布局属性进行水平垂直居中

3、弹性布局display: flex; 垂直属性:justify-content: space-around;

css用弹性布局属性进行水平垂直居中

4、水平属性:align-items: center;

css用弹性布局属性进行水平垂直居中

5、样式设置结果。

css用弹性布局属性进行水平垂直居中
声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢