1.下划线属性:
text-decoration:none; 没有文本修饰
text-decoration:underline red;红色下划线
text-decoration:underline wavy red;红色波浪线
overflow:hidden;超出部分用省略号代替
list-style-type:cricle;空心圆
list-style:none;清除列表样式
2.背景属性:
image:设置背景图片 color:设置背景颜色
repeat:背景是否平铺 no-repeat:不平铺
repeat-x:沿着x轴平铺 repeat-y :沿着y轴平铺
size:设置背景大小 corer:平铺
百分比:1个参数四个方向
2个参数水平垂直
固定背景属性:background-attachment:fixed
3.边框:
边框线厚度:border-width
边框线颜色:border-color
边框线样式为虚线:border-style:dashed
边框圆角:border-shadow:水平位置 垂直位置 模糊度 阴影尺寸 阴影颜色 阴影位置(内阴影);
边框线的粗细上下左右:
border-top-width:20px;
border-right-width:30px;
border-bottom-width:40px;
border-left-width:50px;
css中下划线,背景和边框的属性
最新推荐文章于 2024-02-15 18:17:34 发布