代码改变世界

随笔档案-2019年8月5日

透明度、定位、锚点、继承性、宽高自适应

2019-08-05 23:02 by 孤城凉梦, 235 阅读, 收藏,
摘要: 元素的类型 1.块级元素block div,h1--h6,p,ul,ol,li,dl,dt,dd,hr,form,table,tr,td 独占一行,能设置宽高 p标签不能嵌套任何块 2.行内元素,也叫内联元素inline a,span,b,strong,i,em,u,s,del,sup,sub,br 阅读全文

背景/内外边距

2019-08-05 22:57 by 孤城凉梦, 491 阅读, 收藏,
摘要: 背景 1.背景颜色background-color 2.背景图片 img是内容,背景图是装饰作用 background-image:url(图片路径); 3.背景图的重复--默认水平垂直方向都平铺 background-repeat:no-repeat不重复/repeat-x水平平铺/repeat- 阅读全文