博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
DIV+CSS(博客框架)
阅读量:6246 次
发布时间:2019-06-22

本文共 1708 字,大约阅读时间需要 5 分钟。

        
body{    font:12px Tahoma;    margin:0px;    text-align:center;    background:#FFF;}#container{    width:100%;}#header{    width:800px;    margin:0 auto;    height:100px;    background:#FFCC99;}#pagebody{    width:800px;    margin:0 auto;    height:400px;    background:#CCFF00;}#footer{    width:800px;    margin:0 auto;    height:50px;    background:#00FFFF;}#menu{    padding:20px 20px 0 0;}#menu ul{    list-style:none;    margin:0px;    float:right;}#menu ul li{    float:left;    margin:0 10px;    display:block;    line-height:28px;}.menugap{    width:1px;    height:28px;    background:#999;}#menu ul li a{    text-decoration:none;    font-weight:bold;    color:#666;}#menu ul li a:hover{    color:Red;}#banner{   width:750px;   margin:40px 20px auto;   border-bottom: 5px solid #EFEFEF;   clear:both;}#pagebody{    width:800px;    margin:8px auto;}#sidebar{    width:160px;    text-align:left;    float:left;    clear:left;    overflow:hidden;    border:1px solid #E00;    height:100%;}#mainbody{    width:636px;    text-align:left;    float:right;    overflow:hidden;    border:1px solid gray;    height:100%;}

转载于:https://www.cnblogs.com/wjchang/archive/2012/11/19/3671552.html

你可能感兴趣的文章
IBM中国研究院院长沈晓卫谈认知计算
查看>>
rhel6创建iso镜像
查看>>
Unix整理笔记-vi简介-里程碑M8
查看>>
Java中方法覆盖的约束
查看>>
用路由器做CA的基于数字证书的ipsec ***
查看>>
运维必须掌握的Linux面试题【转自CentOS中文站】
查看>>
poj1459 Power Network(最大流)
查看>>
相机拍照友盟检测crash是为什么?
查看>>
翻转单词顺序列(剑指offer)
查看>>
ashx和ajax利用POST导致编码错误
查看>>
virtual oj ACboy needs your help again!
查看>>
ubuntu 安装 nginx php mysql
查看>>
HDU-1213-How Many Tables
查看>>
奇怪的道路[JXOI2012]
查看>>
Windows+MyEclipse+MySQL【连接数据库报错caching_sha2_password】
查看>>
导入数据
查看>>
UMeditor上传图片配置
查看>>
Homestead小结
查看>>
2015年iOS开发总结
查看>>
CocoaPods 安装与使用
查看>>