题解 | #单列布局#

单列布局

https://www.nowcoder.com/practice/c1df281d15c2404eb9c69c8425098383

<!DOCTYPE html>
<html>
    <head>
        <meta charset=utf-8>
        <style type="text/css">
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
            body {
                width: 500px;
            }
            header, section, footer {
                margin: 10px auto;
                width: 360px;
                border: 1px solid black;
            }
            header, footer {
                height: 32px;
            }
        </style>
    </head>
    <body>
    	<header>我是header</header>
        <section><br /><br /><br /><br /><br /><br /><br /><br /><br />我是section<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /></section>
        <footer>我是footer</footer>
    </body>
</html>

全部评论

相关推荐

争当牛马还争不上
码农索隆:1.把简历改哈 2.猛投,狠投 3.把基础打牢 这样你在有机会的时候,才能抓住
点赞 评论 收藏
分享
05-19 15:21
已编辑
华南农业大学 Java
白火同学:你才沟通了200,说实话,北上广深杭这里面你连一座城市的互联网公司都没投满呢,更别说还有各种准一线二线城市了。等你沟通突破了三位数,还没结果再考虑转行的事吧。
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务