3个回答
展开全部
.center{
margin:0 auto;
width:500px;
height:200px;
background-color:blue;
}<!--我加了一个背景色-->
<div class="center"><h1>我是氢气球吗</h1></div>
margin:0 auto;
width:500px;
height:200px;
background-color:blue;
}<!--我加了一个背景色-->
<div class="center"><h1>我是氢气球吗</h1></div>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style>
*{padding: 0; margin: 0;}
body{position: relative;}
#center{background:#36a803;width: 500px; height: 200px; position: absolute; top: 50%; margin-top: -100px; left: 50%; margin-left: -250px;}
</style>
</head>
<body>
<div id="center"></div>
</body>
</html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style>
*{padding: 0; margin: 0;}
body{position: relative;}
#center{background:#36a803;width: 500px; height: 200px; position: absolute; top: 50%; margin-top: -100px; left: 50%; margin-left: -250px;}
</style>
</head>
<body>
<div id="center"></div>
</body>
</html>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2015-10-15
展开全部
直接把这个div用<center></center>标签包起来就可以了。
追问
能不能完整的写一下,拜托了,急用。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询