样式css属性样式大全(CSS property style Daquan)

css样式大全  时间:2021-01-04  阅读:()

css属性样式大全CSS property style Daquan

Font properties: (font)

Size {font-si ze: X-LARGE; } (extra large) XX-Small ; (minimum)general Chinese can not be used, as long as the value can be,units: PX, PD

Style {font-style: oblique; } (partial italic) Italic; (italic)normal; (normal)

Line height {line-height: normal; } (normal) units: PX, PD, EM The thickness of {font-weight: bold; lighter; } (BOLD) (Figure normal) ; (normal)

Variant {font-variant: small-caps; } (small capitalization)normal; (normal)

Case {text-transform: capitalize; } (initial uppercase)uppercase; (uppercase) lowercase; (lower case) none; (no)Modify {text-decoration: underline; } (underline) overline;(line up) line-through; (delete line) blink; (blinking)Commonly used fonts: (font-family)

"Courier, New", Cour ier, monospace, Times, New, Roman, Times,serif, Arial, Helvetica, sans-serif, Verdana

Background properties: (background)

Color {background-color: #FFFFFF; }

Picture {background-image: URL () }

Repeat {background-repeat: no-repeat; }

Scroll {background-attachment: fixed; } (fixed) scroll;(scroll)

Position {background-position: left; } (horizontal) top (vertical) ;

{background:#000 URL (. . ) -repeat fixed left top; } /*--this code often appears in reading, to study seriously.

Block attribute: (Block) /* this property first met, to a lot of research.

Word spacing {letter-spacing: normal ; } / * the numerical properties appear to be useful, more practice.

Align {text-align: justify; } (both ends aligned) left; (left aligned) right; (right aligned) center; (centered)

Indent {text-indent: value PX; }

Vertically aligned {vertical-align: baseline; } (baseline) sub;(subscript) super; (subscript) top; text-top; middle; bottom;text-bottom;

Word spacing word-spacing: , normal ; numerical value

Space white-space: pre; (reserved) nowrap; (no line feed){display:block; } (block) inline (embedded) ; list-item; run-in;(list) (addit ional) compact (compact) ; marker; table;inline-table (marker) ; table-raw-group; table-header-group;table-footer-group; table-raw; table-column-group;table-column; table-cell; table-caption; (table title)/*display attribute understanding is very fuzzy * /

Box properties: (Box)

Width: ; height: ; float: ; clear:both; padding: ;margin: ; order:right, left, left

Border properties: (Border)

Border-style: dotted; (dot line) dashed; (dotted line) solid;double; (double line) groove; (slot line) ridge; (ridged) inset;(SAG) outs et;

Border-width: ; border width

Border-color:#;

Border:width style - color; / * * / -

List properties: (List-style)

Type list-style-type: disc; (DOT) circle; (circle) square;(Fang Kuai) decimal; (number) lower-roman; (Ronaldinho number)

upper-roman; lower-alpha; upper-alpha;

Location list-style-position: outside; (external) inside;Image list-style-image: , URL (. . . ) ;

Location attributes: (Position)

Position: absolute; relative; static;

Visibility: inherit; visible; hidden;

Overflow: visible; hidden; scroll; auto;

Clip: , Rect (12px, auto, 12px, auto) (cut)

CSS property code Guinness

One CSS text property:

Color: #999999; / * * / text color

Font-family: Arial, sans-serif; / * * / text font

Font-size: 9pt; / * * / text size

Font-style:itelic; / * * / italic text

Font-variant:small-caps; / * * / small font

LETTER-SPACING: 1pt; / * * / distance between words

Line-height: 200%; / * * / set the row

Font-weight:bold; / * * / bold text

Vertical-align:sub; / * * / word.

Vertical-align:super; / * * /word.

Text-decoration: line-through; / * * / strikethrough

Text-decoration: overline; / * and * / top line

Text-decoration:underl ine; / * * / underline

Text-decoration:none; / * * / delete link underline

Text-transform: capitalize; / ** / first character uppercase Text-transform: uppercase; / * * / English capital

Text-transform: lowercase; / * * / Engl ish.

Text-align:right; / * * / right aligned text

Text-align:left; / * * / left aligned text

Text-align:center; / * * / text alignment

Text-align:justify; / * * / distributed text

Vertical-align property

Vertical-align:top; / * * / vertical alignment

Vertical-align:bottom; / * * / vertical alignment

Vertical-align:middle; / * * / vertical alignment

Vertical-align:text-top; / * * / vertical text alignment Vertical-align:text-bottom; / * * / text vertically aligned Two, CSS border blank

Padding-top:10px; / * * / top left blank

Padding-right:10px; / * * / leave blank right border Padding-bottom:10px; / * * / bottom left blank

Padding-left: 10px; / * left border left blank

Three and CSS symbol attributes:

List-style-type:none; / * * / not No.

List-style-type:decimal; / * * / digital Arabia

List-style-type: lower-roman; / * * / lowercase digital Rome List-style-type:upper-roman; / * * / digital capital Rome

List-style-type: lower-alpha; /**/English lowercase letters List-style-type:upper-alpha; /**/English uppercase letters List-style-type:disc; / * * / solid circular symbols

List-style-type:circle; / * * / hollow circular symbols List-style-type:square; / * * / solid square symbol

List-style-image:url (/dot.gif) ; / * * / picture symbols List-style-position: outside; / * * / outdent

List-style-position:inside; / * * / indent

Four and CSS background styles:

Background-color:#F5E2EC; / * * / background color

Background:transparent; / * * / background Perspective Background-image: URL (/image/bg.gif) ; / * * / background picture

Background-attachment: fixed; / * * / f ixed watermark background

Background-repeat: repeat; / * * / - "default repeat array

Background-repeat: no-repeat; / * * / permutation without repetition

Background-repeat: repeat-x; / * * / arranged on the X axis repeat

Background-repeat: repeat-y; / * * / arranged on the Y axis repeat

Specify the background location

Background-position 90%: 90%; /* position background picture X and Y axis

Background-position: top; / * * / to align

Background-posit ion: buttom; / * * / down alignment

Background-position: left; / * * / left justified

Background-position: right; / * * / right justif ied

Background-position: Center; / * * / justifycenter

Five, CSS connection properties:

A / * * / all hyperlinks

A:link / * * / hyperlink text format

A:visited / * visited link text format.

A:active / * press the link format.

A:hover / * * / mouse to link

Mouse cursor style:

Link finger CURSOR: hand

Ten font cursor:crosshair

Arrow down, cursor:s-resize

Cross arrow cursor:move

The arrow is right cursor:move

Add a question mark, cursor:help

Arrow left, cursor:w-resize

Arrow up, cursor:n-resize

The arrow is right up, cursor:ne-resize The arrow is left up, cursor:nw-resize Text type cursor:text I

Arrow oblique, right lower cursor:se-resize

美国G口/香港CTG/美国T级超防云/湖北高防云服务器物理机促销活动 六一云

六一云 成立于2018年,归属于西安六一网络科技有限公司,是一家国内正规持有IDC ISP CDN IRCS电信经营许可证书的老牌商家。大陆持证公司受大陆各部门监管不好用支持退款退现,再也不怕被割韭菜了!主要业务有:国内高防云,美国高防云,美国cera大带宽,香港CTG,香港沙田CN2,海外站群服务,物理机,宿母鸡等,另外也诚招代理欢迎咨询。官网www.61cloud.net最新直销劲爆...

RAKsmart 年中活动 独立服务器限时$30秒杀 VPS主机低至$1.99

RAKsmart 虽然是美国主机商,但是商家的主要客户群还是在我们国内,于是我们可以看到每次的国内节日促销活动期间商家也会发布促销。包括这次年中大促活动,RAKsmart商家也有发布为期两个月的年终活动,其中有商家擅长的独立服务器和便宜VPS主机。服务器包括站群服务器、特价服务器、高达10G带宽不限制流量的美国服务器。商家优惠活动,可以看到对应商品的优惠,同时也可以使用 优惠码 RAKBL9 同时...

AlphaVPS(€3.99/月)VPS年付15欧,AMD EYPC+NVMe系列起

AlphaVPS是一家保加利亚本土主机商(DA International Group Ltd),提供VPS主机及独立服务器租用等,数据中心包括美国(洛杉矶/纽约)、德国、英国和保加利亚等,公司办公地点跟他们提供的保加利亚数据中心在一栋楼内,自有硬件,提供IPv4+IPv6,支持PayPal或者信用卡等方式付款。商家提供的大硬盘VPS主机,提供128GB-2TB磁盘,最低年付15欧元起,也可以选择...

css样式大全为你推荐
域名查询我的电脑域名怎么查asp主机空间有ASP虚拟主机空间,还需要另外买Access数据库么?域名主机域名与主机的对应关系在哪里可以看到?免费网站域名申请怎么免费上传我的网站呀和免费申请域名网站空间域名网站、域名空间三者的关系香港虚拟空间香港虚拟主机空间哪家最好php虚拟空间我已经有一套网站php代码和模板,并且有自己的虚拟空间和域名,怎么才能把我的代码加入到网站上.大连虚拟主机大连横展网络科技有限公司怎么样?论坛虚拟主机最适合做论坛的虚拟主机是什么?淘宝虚拟主机淘宝里卖虚拟主机、独立服务器、VPS的都是怎么进货的。
lamp安装 duniu pw域名 cdn服务器 sugarsync godaddy优惠码 湖南服务器托管 e蜗牛 北京双线机房 工作站服务器 流媒体加速 ledlamp 云销售系统 广州服务器托管 japanese50m咸熟 websitepanel 神棍节 ddos攻击小组 最好的空间日志 视频监控服务器 更多