<!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>
</head>
<body>
<style>
.box{ position:fixed; margin:auto; left:0;right:0;top:0;bottom:0; border:1px #000 solid; width:200px; height:200px}
</style>
<div class="box">
</div>
</body>
</html>
绝对居中
最新推荐文章于 2023-04-12 14:31:51 发布