会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
蹲坑码代码
博客园
首页
新随笔
新文章
联系
管理
订阅
上一页
1
2
3
4
2021年10月29日
html+css基础合并
摘要: <iframe src="" width="" height=""></iframe> 设置宽高,然后src插入所连接页面(合并页面) 例(格式): iframe{ border: none; overflow: hidden;} 第二种合并方式: 黏贴复制html部分,然后调用link 例(格式)
阅读全文
posted @ 2021-10-29 11:02 陶小黑
阅读(229)
评论(0)
推荐(0)
2021年10月28日
html+css基础头部
摘要: // html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <link rel="stylesheet" type="text/css" href="css/head.css"/> </head> <bod
阅读全文
posted @ 2021-10-28 20:42 陶小黑
阅读(104)
评论(0)
推荐(0)
html+css基础(购买页面)
摘要: a[href=index.html]{首页}+a[href=list.html]{专辑}+span{【独家发售】大张伟2018全新专辑《人间精品》} <a href="index.html">首页</a> <a href="list.html">专辑</a> <span>【独家发售】大张伟2018全
阅读全文
posted @ 2021-10-28 12:18 陶小黑
阅读(276)
评论(0)
推荐(0)
2021年10月27日
html+css基础(首页+轮播)
摘要: // html <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title>首页</title> <link rel="stylesheet" type="text/css" href="css/index.css"/> <link re
阅读全文
posted @ 2021-10-27 19:00 陶小黑
阅读(94)
评论(0)
推荐(0)
html+css基础(首页)
摘要: text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-bo
阅读全文
posted @ 2021-10-27 18:21 陶小黑
阅读(69)
评论(0)
推荐(0)
2021年10月26日
html+css基础实例(子页面-专辑)
摘要: // html部分 <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title>专辑</title> <link rel="stylesheet" type="text/css" href="css/list.css" /> </head>
阅读全文
posted @ 2021-10-26 19:49 陶小黑
阅读(304)
评论(0)
推荐(0)
html+css基础02
摘要: ul>(li>a>img+span.title+div>span.money+img+span.num)*15 声明15个标签,例: ctrl+h 替换(在替换区,输入替换内容) margin: 20px;(上、下、左、右各20px。)margin: 20px 40px;(上、下20px;左、右40
阅读全文
posted @ 2021-10-26 12:24 陶小黑
阅读(26)
评论(0)
推荐(0)
2021年10月25日
html+css基础实例源代码
摘要: // html <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> <link rel="stylesheet" type="text/css" href="css/reading.css"/> </head> <b
阅读全文
posted @ 2021-10-25 19:01 陶小黑
阅读(1021)
评论(0)
推荐(0)
css样式基础01
摘要: display: inline-block; 注:显示在一行,用来代替float(悬浮) background-repeat: no-repeat; 注:背景填充不重复 background-position:center 0; 注:背景填充定位居中(0可改,根据图片位置更改) display: b
阅读全文
posted @ 2021-10-25 12:20 陶小黑
阅读(21)
评论(0)
推荐(0)
2021年10月22日
html基础
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> </head> <body> <!-- css三种使用方式 --> <!-- <link rel="stylesheet" type="text/css" href
阅读全文
posted @ 2021-10-22 16:58 陶小黑
阅读(8)
评论(0)
推荐(0)
上一页
1
2
3
4
公告