css常用代码大全.docx
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
CSS常用代码大全 CSS(Cascading Style Sheets)是一种用于描述网页样式的语言,以下是CSS中常用的代码大全: 字体样式 * `font-style`:oblique(斜体)、italic(斜体)、normal(正常) * `font-weight`:bold(粗体)、lighter(细体)、normal(正常) * `font-variant`:small-caps(小型大写字母)、normal(正常) * `text-transform`:capitalize(首字母大写)、uppercase(大写)、lowercase(小写)、none(无) 字体 * `font-family`:Courier New, Courier, monospace, Times New Roman, Times, serif, Arial, Helvetica, sans-serif, Verdana 背景属性 * `background-color`:#FFFFFF(白色) * `background-image`:url(图片) * `background-repeat`:no-repeat(不重复)、repeat(重复) * `background-attachment`:fixed(固定)、scroll(滚动) * `background-position`:left(水平)、top(垂直) 简写方法 `background: #000 url(...) repeat fixed left top;` 区块属性 * `letter-spacing`:normal(正常)、数值(字间距) * `text-align`:justify(两端对齐)、left(左对齐)、right(右对齐)、center(居中) * `text-indent`:数值px(缩进) * `vertical-align`:baseline(基线)、sub(下标)、super(上标)、top、middle、bottom 显示属性 * `display`:block(块)、inline(内嵌)、list-item(列表项)、run-in(追加部分)、compact(紧凑)、marker(标记)、table、inline-table、table-raw-group、table-header-group、table-footer-group、table-raw、table-column-group、table-column、table-cell、table-caption(表格标题) 方框属性 * `width`:数值 * `height`:数值 * `float`:left(左浮动)、right(右浮动)、none(无浮动) * `clear`:both(左右浮动)、left(左浮动)、right(右浮动)、none(无浮动) * `margin`:数值 * `padding`:数值 边框属性 * `border-style`:dotted(点线)、dashed(虚线)、solid(实线)、double(双线)、groove(槽线)、ridge(脊状)、inset(凹陷)、outset(凹陷) * `border-width`:数值 * `border-color`:#(颜色) * `border`:width style color; /*简写*/ 列表属性 * `list-style-type`:disc(圆点)、circle(圆圈)、square(方块)、decimal(数字)、lower-roman(小罗码数字)、upper-roman(大罗码数字)、lower-alpha(小写字母)、upper-alpha(大写字母) * `list-style-position`:outside(外)、inside(内) * `list-style-image`:url(图片) 定位属性 * `position`:absolute(绝对)、relative(相对)、static(静态) 这些属性是CSS中常用的代码大全,了解这些属性可以帮助开发者更好地设计和布局网页。
剩余12页未读,继续阅读
- 粉丝: 106
- 资源: 1万+
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助