全栈博客园 全栈博客园全栈博客园

html5页面布局代码

```html简略HTML5页面布局 body { fontfamily: Arial, sansserif; margin: 0; padding: 0; } .header { backgroundcolor: 333; color: white; padding: 10px 0; textalign: center; } .nav { backgroundcolor: 555; overflow: hidden; } .nav a { float: left; display: block; color: white; textalign: center; padding: 14px 16px; textdecoration: none; } .nav a:hover { backgroundcolor: ddd; color: black; } .main { padding: 20px; } .footer { backgroundcolor: 333; color: white; textalign: center; padding: 10px 0; position: fixed; bottom: 0; width: 100%; }

网站标题

主页 新闻 联络 关于

主要内容 这里是页面的主要内容区域。

版权所有

未经允许不得转载:全栈博客园 » html5页面布局代码