91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

css3實現元素水平垂直居中

發布時間:2020-06-15 18:03:47 來源:網絡 閱讀:405 作者:曉軍知了 欄目:開發技術


css3實現元素水平垂直居中,代碼如下:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>無標題文檔</title>
<style>
html,body{
    width:100%;
    height:100%;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-pack: center;
    -o-box-align: center;
    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -ms-box-align: center;
    display: box;box-orient: horizontal;
    box-pack: center;
    box-align: center;
}
.main{
    width: 300px;
    height: 200px;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 20px auto;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-pack: center;
    -o-box-align: center;
    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -ms-box-align: center;
    display: box;
    box-orient: horizontal;
    box-pack: center;
    box-align: center; 
}
.main img{
    width:70%;
    height: 70%;
}
</style>
</head>

<body>
    <div class="main">
	<img src="login-bg.jpg"/>
    </div>
</body>
</html>


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

闽侯县| 福安市| 株洲县| 阳江市| 澄迈县| 新和县| 平度市| 观塘区| 长兴县| 华坪县| 台中县| 缙云县| 奇台县| 黄山市| 岳西县| 龙门县| 平果县| 龙里县| 得荣县| 定日县| 黎平县| 通江县| 武宣县| 武陟县| 紫金县| 齐齐哈尔市| 岳阳县| 星子县| 阳曲县| 长宁县| 临江市| 房产| 拉萨市| 潮州市| 五常市| 旬邑县| 章丘市| 萨嘎县| 太仆寺旗| 万源市| 南澳县|