首页  >  问答  >  正文

我这样做在页面不显示,我的win10

<!doctype html>

<html>

<head>

<meta charset="utf-8">

<title>上中下等宽</title>

<style type="text/css">

.container{

max-width: 960px;/*设置最大宽度为960px*/

margin: 0 auto;/*设置内部的块元素水平居中*/

}

.header{

height:50px;

background-color: #000000;

}

.main{

height:600px;

background-color: #6531D0;

}

.footer{

height:50px;

background-color: #000000;

}

</style>

</head>


<body>

</body>

</html>


100%100%2018 天前1361

全部回复(4)我来回复

  • 失去过去

    失去过去2019-05-05 10:26:54

    你的DOM结构被狗吃了吗

    回复
    0
  • 100%

    啊哈哈哈哈哈

    100% · 2019-05-05 10:28:45
  • 100%

    100%2019-05-05 09:17:17

    没有,但是也应该在页面中显示等列吧!我是初学者

    回复
    0
  • ringa_lee

    ringa_lee2019-05-05 09:05:41

    你说的不显示指的是?你的body体里有对应的元素么?

    回复
    1
  • 取消回复