摘要: <!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 我歌且谣 阅读(113) 评论(0) 推荐(0) 编辑
摘要: box-sizing: border-box; 阅读全文
posted @ 2022-05-19 21:42 我歌且谣 阅读(25) 评论(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 我歌且谣 阅读(22) 评论(0) 推荐(0) 编辑
摘要: background 可以设置 背景颜色、背景图片、定位等 ;而background-color 只能设置 背景颜色 ,设置时仅仅改变了背景色,但此时有一个默认的的background:repeat;而设置background: #aaa;后,相当于同时设置了background:no-repeat 阅读全文
posted @ 2022-05-19 15:35 我歌且谣 阅读(50) 评论(0) 推荐(0) 编辑
摘要: a {text-decoration: none;}去下划线ul , ol {list-style: none;}去掉小圆点 / 去掉数字 阅读全文
posted @ 2022-05-19 10:46 我歌且谣 阅读(87) 评论(0) 推荐(0) 编辑
摘要: audio如果不添加controls , 默认样式,所包含音频和文字都不会显示。 阅读全文
posted @ 2022-05-19 10:15 我歌且谣 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 设置父元素font-size: 0; 阅读全文
posted @ 2022-05-19 02:24 我歌且谣 阅读(29) 评论(0) 推荐(0) 编辑