温习-CSS3常用属性及

1. background常用

  • background-image: url()
  • background-repeat:repeat | repeat-x | repeat-y | no-repeat  重复 | X轴重复 | Y轴重复 | 不重复
  • background-position:  top | right | bottom | left | (left,top)% | (top,left)px  背景图片位置
  • background-attachment:  fixed  固定背景不随长页面滚动而滚动

2. p标签属性

  • 自动换行
p {word-wrap: break-word; word-break: break-all;overflow:hidden;}
  • 首行缩进
p {text-indent: 2em;}
  • 间隔
p{
 word-spacing: 10px; /* 单词之间间隔,有空格才生效 */
 letter-spacing: 12px;  /* 字母/汉字 之间间隔*/
}

3.列表

  • list-style-type:  disc | circle | square | none   实心圆点 | 空心圆点 | 黑色方块 | 无序
  • list-style-type:  descimal | lower-roman | upper-roman| lower-alpha | upper-alpha | cjk-ideographic
  •                           1,2 | i ,ii | I,II | a,b | A,B | 一,二
  • list-style-image: url('./i/eg_arrow.gif')

4.表格

  • border-collapse:collapse;  折叠边框
  • text-align和vertical-align  表格内文本对齐方式,水平及垂直
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值