<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Gleiche Breite für oben, in der Mitte und unten</title> ;
<style type="text/css">
.container{
max-width: 960px;/*Maximale Breite auf 960px festlegen*/
margin: 0 auto;/*Interne festlegen Blockelementebene zentriert*/
}
.header{
height:50px;
background-color: #000000;
}
.main{
height:600px;
background-color: # 6531D0;
}
.footer{
height:50px;
background-color: #000000;
}
</style>
</head>
<Körper& gt;
</body>
</html>
你的DOM结构被狗吃了吗
没有,但是也应该在页面中显示等列吧!我是初学者
你说的不显示指的是?你的body体里有对应的元素么?