博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
div css tip自留地
阅读量:6235 次
发布时间:2019-06-22

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

div断行防止内容在一行上超出div宽度

overflow:hidden;

word-break: break-all;
word-wrap:break-word;

清除浮动

.clearfix:after {

content:"";
display: block;
clear:both;
}

table border

table {         border-collapse: collapse;    }    th {        background-color: #a7c942;        margin:10px;        padding: 10px;    }    table,tr,td,th {       border: 1px solid #a7c942       padding:10px 30px 10px 10px;    }

转载于:https://blog.51cto.com/13606158/2092900

你可能感兴趣的文章
Vijos1935不可思议的清晨题解
查看>>
Android Studio修改默认Activity继承AppCompatActivity
查看>>
Servlet和Android网络交互基础(3)
查看>>
javascript:void(0) 含义
查看>>
<<、|=、&的小例子
查看>>
愿Linux红帽旋风吹得更加猛烈吧!
查看>>
Secret Code
查看>>
Vue动态组件
查看>>
ES2017异步函数现已正式可用
查看>>
DBA-io
查看>>
【转】批处理常用符号详解
查看>>
Uncaught TypeError: jQuery.i18n.browserLang is not a function
查看>>
JavaScript中的闭包详解
查看>>
【JSP】JSP Action动作标签
查看>>
iOS:CoreText的常用语法
查看>>
dropify,不错的图片上传预览插件
查看>>
为什么都不写博
查看>>
希腊字母表
查看>>
httpd配置文件httpd.conf规则说明和一些基本指令
查看>>
python中self cls init的理解
查看>>