- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
W3cSchoolDIVCSS2参考手册
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-d
文档评论(0)