CSS 水平+垂直居中布局
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS 水平+垂直居中布局相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<style type="text/css" media="screen">
#limites { position: absolute; width: 100px; height: 100px; background: blue; left: 50%; top: 50%; margin: -50px; }
</style>
</head>
<body>
<div id="limites">
</div>
</body>
</html>
以上是关于CSS 水平+垂直居中布局的主要内容,如果未能解决你的问题,请参考以下文章
CSS 水平+垂直居中布局
CSS布局--垂直水平居中
CSS布局(圣杯布局双飞翼布局水平垂直居中)
CSS布局(圣杯布局双飞翼布局水平垂直居中)
CSS布局(圣杯布局双飞翼布局水平垂直居中)
css实现水平/垂直居中效果