W3cSchool_DIV+CSS2_参考手册

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

CSS 参考手册

CSS背景属性

属性描述值

background 简写属性,作用是将背景属性设置在一个声明中。background-color background-image background-repeat background-attachment background-position

background-attachment 设置是否背景图像是固定的或随页面其余部分滚动。scroll fixed

background-color 设置元素的背景颜色。color-rgb color-hex color-name transparent

background-image 将图像设置为背景。url none

background-position 设置背景图像的起始位置。top left

top center top right center left center center center right bottom left bottom center bottom right x-% y-%

x-pos y-pos

background-repeat 设置背景图像是否及如何重复。repeat repeat-x repeat-y no-repeat

CSS 边框属性(border)

属性描述值

border 简写属性。作用是在一个声明中用来设置四个边框的所有属性。border-width border-style border-color

border-bottom 简写属性。作用是在一个声明中用来设置底边框的所有属性。border-bottom-width border-style

border-color

border-bottom-color 设置底边框的颜色。border-color border-bottom-style 设置底边框的样式。border-style

border-bottom-width 设置底边框的宽度。thin medium thick length

border-color 设置四个边框的颜色,可以设置一到四个颜色。color

border-left 简写属性。用于在一个声明中设置左边框的所有属性。border-left-width border-style border-color

border-left-color 设置左边框的颜色border-color border-left-style 设置左边框的样式。border-style

border-left-width 设置左边框的宽度。thin medium thick length

border-right 简写属性。将所有用于右边框的属性设置于一个声明中。border-right-width border-style border-color

border-right-color 设置右边框的颜色border-color border-right-style 设置右边框的样式border-style

border-right-width 设置右边框的宽度。thin medium thick length

border-style 设置四个边框的样式,可以设置一到四个样式。none hidden dotted dashed solid double groove ridge inset outset

border-top 简写属性。将所有用于顶边框的属性设置于一个声明中。border-top-width border-style border-color

border-top-color 设置顶边框的颜色。border-color border-top-style 设置顶边框的样式。border-style

border-top-width 设置顶边框的宽度。thin medium thick length

border-width 简写属性。在一个声明中设置四个边框的宽度,可以设置一到四

个值。

thin

medium

thick

length

CSS文本属性

属性描述值color 设置文本颜色color

direction 设置文本方向ltr rtl

letter-spacing 增加或减少字符间距normal length

text-align 排列元素中的文本left right center justify

text-decoration 向文本添加修饰none underline overline line-through blink

text-indent 缩进元素中文本的首行length %

text-shadow none color length

text-transform 控制元素中的字母none capitalize uppercase lowercase

unicode-bidi normal embed

bidi-override

white-space 设置元素中空白的处理方式normal pre nowrap

word-spacing 增加或减少字间距normal length

CSS字体属性(font)

属性描述值

font 简写属性。作用是将所有针对字体的属性设置在一个声明中。font-style

font-variant

font-weight

font-size/line-height font-family caption

icon

menu

message-box

small-caption status-bar

font-family 字体类型名称或者针对某元素的类属族名名称的优先列表。family-name generic-family

font-size 设置字体的尺寸xx-small x-small small

相关文档
最新文档