<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style type="text/css">
*{
margin: 0px;
padding: 0px;
}
body{
background: black;
}
.main{
width: 1000px;
height: 500px;
position: absolute;
background: #ccc;
left: 50%;
top:50%;
margin-left: -500px;
margin-top: -250px;
}
</style>
</head>
<body>
<div class="main">
</div>
</body>
</html>
原文地址:http://blog.51cto.com/11871779/2066283
时间: 2024-11-18 10:33:58