上一页 1 ··· 3 4 5 6 7 8 下一页
摘要: box-shadow 属性用于在元素的框架上添加阴影效果。你可以在同一个元素上设置多个阴影效果,并用逗号将他们分隔开。该属性可设置的值包括阴影的X轴偏移量、Y轴偏移量、模糊半径、扩散半径和颜色。 阅读全文
posted @ 2022-05-20 14:41 我歌且谣 阅读(71) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <style> * {margin: 0;} .demo{background-color: aquamarine; padding: 1px; height: 300px;} .demo>div{width: 0px; height: 0 阅读全文
posted @ 2022-05-19 22:06 我歌且谣 阅读(112) 评论(0) 推荐(0) 编辑
摘要: box-sizing: border-box; 阅读全文
posted @ 2022-05-19 21:42 我歌且谣 阅读(23) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>demo</title> <style> #example1 { border: 10px dotted black; padding:35px; background: yell 阅读全文
posted @ 2022-05-19 15:45 我歌且谣 阅读(20) 评论(0) 推荐(0) 编辑
摘要: background 可以设置 背景颜色、背景图片、定位等 ;而background-color 只能设置 背景颜色 ,设置时仅仅改变了背景色,但此时有一个默认的的background:repeat;而设置background: #aaa;后,相当于同时设置了background:no-repeat 阅读全文
posted @ 2022-05-19 15:35 我歌且谣 阅读(44) 评论(0) 推荐(0) 编辑
摘要: a {text-decoration: none;}去下划线ul , ol {list-style: none;}去掉小圆点 / 去掉数字 阅读全文
posted @ 2022-05-19 10:46 我歌且谣 阅读(80) 评论(0) 推荐(0) 编辑
摘要: audio如果不添加controls , 默认样式,所包含音频和文字都不会显示。 阅读全文
posted @ 2022-05-19 10:15 我歌且谣 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 设置父元素font-size: 0; 阅读全文
posted @ 2022-05-19 02:24 我歌且谣 阅读(28) 评论(0) 推荐(0) 编辑
摘要: :first-child 选择器匹配其父元素中的第一个子元素。 阅读全文
posted @ 2022-05-18 22:12 我歌且谣 阅读(6) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style> *{margin: 0; font-size: 0px;} .d1{height:300px; background-color: gray; } 阅读全文
posted @ 2022-05-17 21:05 我歌且谣 阅读(1122) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 下一页