濮阳杆衣贸易有限公司

主頁 > 知識庫 > 詳解html的幾種水平垂直居中的方式(基礎(chǔ))

詳解html的幾種水平垂直居中的方式(基礎(chǔ))

熱門標(biāo)簽:江西ai電銷機(jī)器人如何 威海語音外呼系統(tǒng)平臺 西安金倫外呼系統(tǒng) 地圖標(biāo)注沿海城市房價 通遼地圖標(biāo)注app 智能語音電銷機(jī)器人客戶端 中國地圖標(biāo)注城市的 地圖標(biāo)注員工作內(nèi)容 高德地圖標(biāo)注廁所

前言

我們在編寫馬過程中,想必大家對水平垂直居中的方法了解并不多。所以我給大家總結(jié)式的列出幾種常用的水平垂直居中的方法。

第一種方法

<!--html盒子代碼-->
<!--水平垂直居中-->

<div class="Centered1">
    <p>d第一種</p>
</div>

<!-css樣式部分-->
   .Centered1{
            background-color: #800070;
            width: 100%;
            height:500px;
            position: relative;
        }
    .Centered1 p{
            width: 200px;
            height: 200px;
            background-color: deeppink;
            line-height: 200px;
            text-align: center;
            position: absolute;
            left: 0;
            bottom: 0;
            right:0;
            top: 0;
            margin: auto;
        }

第二種方法

<!--html盒子代碼-->
<!--水平垂直居中-->

<div class="Centered2">
    <p>d第二種</p>
</div>

<!-css樣式部分-->
/*第二種方法水平垂直居中*/
    .Centered2{
            background-color: #ef8518;
            width: 100%;
            height: 500px;
            position: relative;
        }
    .Centered2 p {
            position: absolute;
            width: 200px;
            height: 200px;
            background-color:red;
            line-height: 200px;
            text-align: center;
            left: 50%;
            top:50%;
            margin-left:-100px;
            margin-top: -100px;
        }

第三種方法

<!--html盒子代碼-->
<!--水平垂直居中-->

<div class="Centered3">
    <p>d第三種</p>
</div>

<!-css樣式部分-->
/*第三種方法水平垂直居中*/
    .Centered3{
            background-color: dimgrey;
            width: 100%;
            height: 500px;
            position: relative;
        }
    .Centered3 p {
            position: absolute;
            width: 200px;
            height: 200px;
            background-color:darkorange;
            line-height: 200px;
            text-align: center;
            left: 50%;
            top: 50%;
            transform:translate(-50%,-50%);
        }    

第四種方法

<!--html盒子代碼-->
<!--水平垂直居中-->

<div class="Centered4">
    <p>d第四種</p>
</div>

<!-css樣式部分-->
/*第四種方法水平垂直居中,老版本flex布局*/
    .Centered4{
            background-color: #FF4444;
            width: 100%;
            height: 500px;
            display: -webkit-box;
            -webkit-box-pack:center;
            -webkit-box-align: center;
        }
    .Centered4 p {
            width: 200px;
            height: 200px;
            background-color:cadetblue;
            line-height: 200px;
            text-align: center;
        }

第五種方法

<!--html盒子代碼-->
<!--水平垂直居中-->

<div class="Centered5">
    <p>d第五種</p>
</div>

<!-css樣式部分-->
/*第五種方法水平垂直居中,新版本的flex水平垂直居中*/
    .Centered5{
            background-color: darkslateblue;
            width: 100%;
            height: 500px;
            display: flex;
            justify-content:center;
            align-items: center;
        }
    .Centered5 p {
            width: 200px;
            height: 200px;
            background-color:fuchsia;
            line-height: 200px;
            text-align: center;
        }

以上就是本文的全部內(nèi)容,希望對大家的學(xué)習(xí)有所幫助,也希望大家多多支持腳本之家。

標(biāo)簽:晉中 青海 阜陽 北海 營口 崇左 眉山 河池

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《詳解html的幾種水平垂直居中的方式(基礎(chǔ))》,本文關(guān)鍵詞  詳解,html,的,幾種,水平,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《詳解html的幾種水平垂直居中的方式(基礎(chǔ))》相關(guān)的同類信息!
  • 本頁收集關(guān)于詳解html的幾種水平垂直居中的方式(基礎(chǔ))的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章
    宜丰县| 怀安县| 兴隆县| 志丹县| 临清市| 阿拉善盟| 曲阜市| 侯马市| 淮阳县| 绥德县| 于都县| 衡水市| 吴川市| 南郑县| 定兴县| 都安| 昌宁县| 教育| 江孜县| 彭水| 治多县| 渭南市| 通化县| 瑞安市| 丰都县| 屏东县| 临漳县| 乐亭县| 固镇县| 永康市| 凤山县| 莫力| 开远市| 太白县| 康定县| 延川县| 喜德县| 宁津县| 涟水县| 清流县| 甘孜县|