会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
侯伟东
如有恒,何须三更起,半夜眠;最怕莫,三天打鱼两天晒网,竹篮打水一场空。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
19
下一页
2018年10月13日
html5 css练习,弹性三栏布局
摘要: *{ margin: 0; padding: 0;}body,html{ width: 100%; height: 100%; font: bold 24px 隶书;}header,footer{ background: rgba(30,10,10,0.6); padding: 15px; text
阅读全文
posted @ 2018-10-13 18:05 侯伟东
阅读(483)
评论(0)
推荐(0)
2018年10月8日
html5 css多列布局
摘要: p{ text-indent: 2em; line-height: 2em;}h4{ -webkit-column-span:all; background: green; text-align: center;}section{ padding: 10px; background: rgba(18
阅读全文
posted @ 2018-10-08 21:04 侯伟东
阅读(695)
评论(0)
推荐(0)
html5 css练习 定位布局
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>浮动布局</title> <link rel="stylesheet" type="text/css" href="st1.css"></head><body><h
阅读全文
posted @ 2018-10-08 20:39 侯伟东
阅读(815)
评论(0)
推荐(0)
html5 css练习浮动布局
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>浮动布局</title> <link rel="stylesheet" type="text/css" href="st1.css"></head><body><h
阅读全文
posted @ 2018-10-08 20:38 侯伟东
阅读(1514)
评论(0)
推荐(0)
html5 css练习 下拉菜单制作
摘要: *{ margin: 0; padding: 0;}li{ list-style-type: none;}a{ text-decoration: none;}.ul1{margin: 50px;}.ul1>li{ width: 150px; height: 2em; border-radius: 0
阅读全文
posted @ 2018-10-08 15:46 侯伟东
阅读(1018)
评论(0)
推荐(0)
html5 css折叠导航栏
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>旋转菜单</title> <link rel="stylesheet" href="style8.css" type="text/css"></head><body
阅读全文
posted @ 2018-10-08 10:35 侯伟东
阅读(3907)
评论(0)
推荐(1)
html5css练习 旋转
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>旋转菜单</title> <link rel="stylesheet" href="style7.css" type="text/css"></head><body
阅读全文
posted @ 2018-10-08 09:12 侯伟东
阅读(379)
评论(0)
推荐(0)
2018年10月4日
html5 css练习 画廊 元素旋转
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>旋转菜单</title> <link rel="stylesheet" href="style6.css" type="text/css"></head><body
阅读全文
posted @ 2018-10-04 17:46 侯伟东
阅读(373)
评论(0)
推荐(0)
2018年9月30日
html5 渐变按钮练习
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>渐变按钮</title> <link rel="stylesheet" href="style1.css" type="text/css"></head><body
阅读全文
posted @ 2018-09-30 11:58 侯伟东
阅读(781)
评论(0)
推荐(0)
html5 旋转导航练习
摘要: ul{ list-style: none; font-size: 24px; font-weight: bold;}a{ text-decoration: none;}li{ background: linear-gradient(to left,orange,red); width: 150px;
阅读全文
posted @ 2018-09-30 11:57 侯伟东
阅读(447)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
19
下一页
公告