时间:2023-03-01 16:24:02 | 来源:建站知识
时间:2023-03-01 16:24:02 来源:建站知识
如何使文本在DIV+CSS布局中垂直居中:DIV+CSS布局中垂直居中的实现。<html>
<head>
<style>
body{TEXT-ALIGN: center;}
#center{ MARGIN-RIGHT: auto;
MARGIN-LEFT: auto;
height:200px;
background:#F00;
width:400px;
vertical-align:middle;
line-height:200px;
}
</style>
</head>
<body>
<div id="center"><p>test content</p></div>
</body>
</html>
演示效果:
关键词:布局,垂直,文本,居中