为了账号安全,请及时绑定邮箱和手机立即绑定

想知道为什么main没有效果

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

    <title>一列布局</title>

    <style type="text/css">

    body{

        margin:0px;padding:0px;

    }

    .header{

            text-align:center; background:#CC0066; height:100px;        }

    }

    .main{

        text-align:center;background:#60C; height:100px; width:100px;margin: 0 auto;

    }

    .footer{

        text-align:center;background:green;height:100px;width:200px;margin:0 auto;

    }


    </style>

</head>

<body>

<div class="header">header</div>

<div class="main">main</div>

<div class="footer">footer</div>

</body>

</html>


正在回答

2 回答

.main的前面,也就是.header后面多了一个“}”。

0 回复 有任何疑惑可以回复我~
#1

胖丫 提问者

非常感谢!
2017-03-08 回复 有任何疑惑可以回复我~

因为你.header后面的花括号多打了一个,删掉一个就可以了

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
如何用CSS进行网页布局
  • 参与学习       209624    人
  • 解答问题       1153    个

用最简洁的案例教你布局的那些知识,这是前端工程师基本技能

进入课程

想知道为什么main没有效果

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信