博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
html页脚自适应,自适应.html
阅读量:7000 次
发布时间:2019-06-27

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

Title

*{

box-sizing: border-box;

}

body{

padding: 20px;

background: #eee;

}

div{

border: 1px solid #999;

}

.content{

height: auto;

overflow: hidden;

width: 100%;

padding-left:240px ;

padding-right: 160px;

padding-top: 20px;

padding-bottom: 20px;

}

.left{

width: 200px;

float: left;

margin-left: -220px;

}

.right{

width: 120px;

float: right;

padding-top: 20px;

margin-right: -140px;

}

.center{

width: 100%;

height: 100%;

padding: 20px;

float: left;

}

.right div{

width: 80px;

height: 80px;

margin: 0 auto 20px auto;

}

.left div{

width: 80px;

height: 80px;

margin: 20px;

}

啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊

一键复制

编辑

Web IDE

原始数据

按行查看

历史

转载地址:http://rcevl.baihongyu.com/

你可能感兴趣的文章
工程投诉过程中各建设主管理部门联系人表
查看>>
一起谈.NET技术,关于Expression Tree和IL Emit的所谓的"性能差别"
查看>>
CGI, mod_perl, PHP, JSP性能比较
查看>>
史上最全面的面试资料(包含所有IT大公司)
查看>>
密码库 链接
查看>>
ZOJ 3505. Yet Another Set of Numbers 解题报告
查看>>
mysql innodb_double_write特性
查看>>
利用光纤磁盘阵列实现存储共享(转)
查看>>
【读书笔记-数据挖掘概念与技术】分类:高级方法
查看>>
ED/EP系列1《简单介绍》
查看>>
oratop 各个指标项说明
查看>>
Android 手势识别类 ( 一 ) GestureDetector 基本介绍
查看>>
安装scapy遇到的问题
查看>>
Appium 一个测试套件多次启动android应用
查看>>
[CareerCup] 17.9 Word Frequency in a Book 书中单词频率
查看>>
【Unity】第9章 粒子系统
查看>>
java中Double的isInfinite()和isNaN()
查看>>
(转) 堆和栈的区别
查看>>
常用jQuery代码
查看>>
[转]图片中的字符分割提取(基于opencv)
查看>>