样式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

桔子数据58元/月 ,Cera美西云服务器 2核4G 50G数据盘 500M带宽 1000G流量

桔子数据(徐州铭联信息科技有限公司)成立于2020年,是国内领先的互联网业务平台服务提供商。公司专注为用户提供低价高性能云计算产品,致力于云计算应用的易用性开发,并引导云计算在国内普及。目前公司研发以及运营云服务基础设施服务平台(IaaS),面向全球客户提供基于云计算的IT解决方案与客户服务,拥有丰富的国内BGP、双线高防、香港等优质的IDC资源。 公司一直秉承”以人为本、客户为尊、永...

Sharktech10Gbps带宽,不限制流量,自带5个IPv4,100G防御

Sharktech荷兰10G带宽的独立服务器月付319美元起,10Gbps共享带宽,不限制流量,自带5个IPv4,免费60Gbps的 DDoS防御,可加到100G防御。CPU内存HDD价格购买地址E3-1270v216G2T$319/月链接E3-1270v516G2T$329/月链接2*E5-2670v232G2T$389/月链接2*E5-2678v364G2T$409/月链接这里我们需要注意,默...

Virtono:€23.7/年,KVM-2GB/25GB/2TB/洛杉矶&达拉斯&纽约&罗马尼亚等

Virtono最近推出了夏季促销活动,为月付、季付、半年付等提供9折优惠码,年付已直接5折,而且下单后在LET回复订单号还能获得双倍内存,不限制付款周期。这是一家成立于2014年的国外VPS主机商,提供VPS和服务器租用等产品,商家支持PayPal、信用卡、支付宝等国内外付款方式,可选数据中心包括罗马尼亚、美国洛杉矶、达拉斯、迈阿密、英国和德国等。下面列出几款VPS主机配置信息,请留意,下列配置中...

css样式大全为你推荐
虚拟主机租用虚拟主机服务器租用要怎么选择?国外空间租用国内和海外空间 域名 服务器托管 租用域名主机域名和主机名之间的区别是什么虚拟主机申请域名申请以及虚拟主机海外域名怎么挑选合适的国外域名?云服务器租用云服务器怎么租呀网站域名空间网站域名和空间国外网站空间怎么样把网站空间放到国外去?独立ip虚拟主机独立ip的虚拟主机和vps的区别和优势??独立ip虚拟主机独立ip的虚拟主机和vps的区别和优势??
域名买卖 武汉域名注册 香港bgp机房 enom dns是什么 名片模板psd patcha ftp教程 seednet 域名转接 web服务器安全 neicun nano 监控主机 租主机 kosskeb4 vpn服务器架设 网络时间服务器 win7配置web服务器 杭州主机托管 更多