CSS常用属性大全.pdf
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
CSS 常用属性大全 CSS(Cascading Style Sheets)是一种用于描述HTML文档样式的语言,它可以控制网页的布局、颜色、字体、间距等多个方面的样式。下面是常用的 CSS 属性大全: 一、CSS 文字属性 * `color`: 设置文字颜色,例如 `color: #999999;` * `font-family`: 设置文字字体,例如 `font-family: 宋体, sans-serif;` * `font-size`: 设置文字大小,例如 `font-size: 9pt;` * `font-style`: 设置文字斜体,例如 `font-style: italic;` * `font-variant`: 设置小字体,例如 `font-variant: small-caps;` * `letter-spacing`: 设置字间距离,例如 `letter-spacing: 1pt;` * `line-height`: 设置行高,例如 `line-height: 200%;` * `font-weight`: 设置文字粗体,例如 `font-weight: bold;` * `vertical-align`: 设置垂直对齐方式,例如 `vertical-align: sub;`、`vertical-align: super;` * `text-decoration`: 设置文字装饰,例如 `text-decoration: line-through;`、`text-decoration: overline;`、`text-decoration: underline;` * `text-transform`: 设置文字大写或小写,例如 `text-transform: capitalize;`、`text-transform: uppercase;`、`text-transform: lowercase;` * `text-align`: 设置文字对齐方式,例如 `text-align: right;`、`text-align: left;`、`text-align: center;`、`text-align: justify;` 二、CSS 边框空白 * `padding-top`: 设置上边框留空白,例如 `padding-top: 10px;` * `padding-right`: 设置右边框留空白,例如 `padding-right: 10px;` * `padding-bottom`: 设置下边框留空白,例如 `padding-bottom: 10px;` * `padding-left`: 设置左边框留空白,例如 `padding-left: 10px;` 三、CSS 符号属性 * `list-style-type`: 设置符号类型,例如 `list-style-type: none;`、`list-style-type: decimal;`、`list-style-type: lower-roman;`、`list-style-type: upper-roman;`、`list-style-type: lower-alpha;`、`list-style-type: upper-alpha;`、`list-style-type: disc;`、`list-style-type: circle;`、`list-style-type: square;` * `list-style-image`: 设置图片式符号,例如 `list-style-image: url(/dot.gif);` * `list-style-position`: 设置符号位置,例如 `list-style-position: outside;`、`list-style-position: inside;` 四、CSS 背景样式 * `background-color`: 设置背景颜色,例如 `background-color: #F5E2EC;` * `background`: 设置透视背景,例如 `background: transparent;` * `background-image`: 设置背景图片,例如 `background-image: url(/image/bg.gif);` * `background-attachment`: 设置浮水印固定背景,例如 `background-attachment: fixed;` * `background-repeat`: 设置背景图片重复方式,例如 `background-repeat: repeat;`、`background-repeat: no-repeat;`、`background-repeat: repeat-x;`、`background-repeat: repeat-y;` * `background-position`: 设置背景图片位置,例如 `background-position: 90% 90%;`、`background-position: top;`、`background-position: bottom;`、`background-position: left;`、`background-position: right;`、`background-position: center;` 这些是常用的 CSS 属性大全,通过这些属性可以控制网页的样式和布局,提高网页的美观性和可读性。
- 粉丝: 77
- 资源: 5万+
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助