摘要: <html> <head> <meta charset="utf-8"> <title></title> </head> <style> .a1{width: 350px;height:350px;border: 1px dashed black;padding: 27px;} .a2{border 阅读全文
posted @ 2020-07-16 20:14 无敌臭弟弟 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 1.css盒子模型 组成:content->padding->border->margin 物品 填充物 包装盒 盒子跟盒子之间的距离 content:内容区域 width height组成 padding:内边距 只写一个值:30px 表示上下左右 写两个:30px 40px(上下,左右) 写四个 阅读全文
posted @ 2020-07-16 20:13 无敌臭弟弟 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 1.ID选择器 #elem id="elem 注释: 1.ID是唯一,在一个页面中只能出现一次,出现多次是不符合规范的。 2.命名的规范,由字母,下划线,中线,字母(并且第一个不嫩是数字) 3.驼峰写法:search Button(小驼峰)Search Button(大驼峰) 短线写法:search 阅读全文
posted @ 2020-07-16 10:17 无敌臭弟弟 阅读(128) 评论(0) 推荐(0) 编辑