html5垂直水平居中

<!DOCTYPE html>
<html>

    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
        <title>居中效果</title>
        <style>
            div {
                position: relative;
                width: 240px;
                height: 120px;
            }
            
            .content-center {
                display: flex;
                align-items: center;
                /*stretch:默认值项目被拉伸以适应容器 center:项目位于容器的中心。 flex-start:项目位于容器的开头 flex-end:项目位于容器的结尾。baseline:项目位于容器的基线上*/
                justify-content: center;
                /*flex-start:默认值 flex-end:项目位于容器的结尾。 center:项目位于容器的中心。 space-between:项目位于各行之间留有空白的容器内。  space-around:项目位于各行之前、之间、之后都留有空白的容器内。*/
            }
            
            .content {
                position: relative;
                width: 80px;
                height: 80px;
            }
        </style>
    </head>

    <body>
        <div class="content-center" style="background-color: yellow;">
            <div class="content content-center" style="background-color: red;">标签块居中</div>
        </div>
    </body>

</html>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值