html设置div居中
时间: 2023-11-08 19:59:13 浏览: 99
对于HTML中设置div居中的方法有多种。其中一种方法是给需要居中的div设置一个宽度,然后设置元素的上下外边距为相等,左右外边距为auto,即`margin: 0px auto`。这样可以实现div居中显示。另一种方法是使用一个居中显示的div元素包含需要居中的div元素。这样可以通过设置包裹div元素的样式来实现居中显示。
例如,对于浮动的div元素,设置其左右外边距为关键字auto是无效的。此时,可以通过以下两种方法实现居中显示:
1. 精确计算浮动div元素的左外边距并进行设置,从而实现居中显示。
2. 使用一个居中显示的div元素包含浮动div元素,通过设置包裹div元素的样式来实现居中显示。
以下是三种设置div居中的方法的示例代码:
方法一:
```html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>实验</title>
<style>
#k {
background-color: coral;
height: 300px;
margin-top: 10px;
}
#kk {
width: 400px;
background-color: rgb(94, 55, 4);
margin: 0px auto;
}
#left {
width: 200px;
height: 200px; background-color: rgb(20, 247, 96);
float: left;
}
#right {
width: 200px;
height: 200px;
background-color: rgb(3, 75, 27);
float: left;
}
</style>
</head>
<body>
<div id="k">
<p style="text-align: center;">浮动的居中:在div外嵌套一个居中div,然后再在居中的div里添加两个浮动的div</p>
<div id="kk">
<div id="left"></div>
<div id="right"></div>
</div>
</div>
</body>
</html>
```
方法二:
```html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>实验</title>
</head>
<body>
<div style="background-color: brown;height: 200px;">
<div style="width: 400px;background-color: burlywood;margin: 0px auto;">
给div设置一个宽度,然后设置元素的左右外边距为auto,比如,margin:0px auto。则可以实现div居中显示。
对于浮动元素,设置其左右外边距为关键字auto是无效的。此时,如果需要设置其居中显示,可以:
1、 精确计算其左外边距并进行设置,实现居中显示;
2、 使用一个居中显示的div元素包含此浮动元素。
</div>
</div>
</body>
</html>
```
方法三:
```html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>实验</title>
<style>
#z {
height: 200px;
background-color: red;
margin-top: 10px;
display: flex;
justify-content: center;
}
#zz {
width: 200px;
height: 200px;
background-color: rgb(65, 169, 218);
display: flex;
justify-content: center;
}
#zzz {
background-color: rgb(94, 55, 4);
color: aliceblue;
width: 100px;
height: 200px;
}
</style>
</head>
<body>
<div id="z">
<div id="zz">
<div id="zzz">写在父容器,作用在子容器里 display: flex; justify-content: center;</div>
</div>
</div>
</body>
</html>
```
阅读全文