会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
侯伟东
如有恒,何须三更起,半夜眠;最怕莫,三天打鱼两天晒网,竹篮打水一场空。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
19
下一页
2017年10月19日
html5-css边框全
摘要: /*div{ width: 500px; height: 300px; background: rgb(122,30,60); border: 10px solid black; border-width: 5px 10px 15px 20px; border-style: none; border
阅读全文
posted @ 2017-10-19 19:29 侯伟东
阅读(793)
评论(0)
推荐(0)
2017年10月8日
html5-css边框img
摘要: div{ width: 500px; height: 300px; background: rgb(122,30,60); border:15px solid black; /*border-image-source: url(../pic/bg4.jpg); border-image-slice:
阅读全文
posted @ 2017-10-08 11:22 侯伟东
阅读(934)
评论(0)
推荐(0)
2017年10月7日
html5-css列表和表格
摘要: td{ /*width: 150px; height: 60px;*/ padding: 10px; text-align: center;} table{ width: 500px; /*border-collapse: separate;*/ border-collapse: collapse;
阅读全文
posted @ 2017-10-07 16:29 侯伟东
阅读(609)
评论(0)
推荐(0)
html5-边框属性
摘要: width: 500px; height: 300px; background: rgb(122,30,60); border: 10px solid black; /*border-width: 5px 10px 15px 20px; border-style: none; border-styl
阅读全文
posted @ 2017-10-07 16:28 侯伟东
阅读(1378)
评论(0)
推荐(0)
2017年9月29日
html5-相对定位
摘要: *{ margin: 0px; padding: 0px;}div{ width: 300px; height: 300px;}#div1{ background: rgba(255,0,0,0.5); position: relative; left: 50px;z-index: 2}#div2{
阅读全文
posted @ 2017-09-29 20:15 侯伟东
阅读(735)
评论(0)
推荐(0)
html5-垂直定位
摘要: *{ padding: 0px; margin: 0px;}#div2{ background: green; padding: 15px; width: 200px; display: inline-block; /*vertical-align: baseline; vertical-align
阅读全文
posted @ 2017-09-29 20:13 侯伟东
阅读(304)
评论(0)
推荐(0)
html5-浮动
摘要: #div1{ background: rgba(255,0,0,0.5); width: 250px; height: 250px; float: right;}#div2{ background: rgba(0,255,0,0.5); width: 250px; height: 200px; fl
阅读全文
posted @ 2017-09-29 20:12 侯伟东
阅读(250)
评论(0)
推荐(0)
2017年9月27日
html5-盒子模型
摘要: /*div{background: green;width: 60%;padding-top: 10px;padding-right: 20px;padding-bottom: 30px;padding-left: 40px;padding: 10px 20px 30px 40px;padding:
阅读全文
posted @ 2017-09-27 21:40 侯伟东
阅读(353)
评论(0)
推荐(0)
2017年9月25日
html5-文本属性
摘要: /*p{color: red;width: 50%;text-align: center;background: blue;}p{text-align: end;}p{text-align: end;width: 50%}p{line-height: 50px;}p{line-height: 20}
阅读全文
posted @ 2017-09-25 18:52 侯伟东
阅读(337)
评论(0)
推荐(0)
2017年9月21日
html5-文本属性
摘要: /*p{color: red;width: 50%;text-align: center;background: blue;}p{text-align: end;}p{text-align: end;width: 50%}p{line-height: 50px;}p{line-height: 20}
阅读全文
posted @ 2017-09-21 22:28 侯伟东
阅读(157)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
19
下一页
公告