ホームページ  >  記事  >  ウェブフロントエンド  >  ウェブ開発

ウェブ開発

WBOY
WBOYオリジナル
2016-06-24 11:21:20939ブラウズ

1.width & height

2.background :

a.background-color

b.background-image:url()

c.background-repeat : no-repeat 、repeat-x 、repeat -y ;

d.background-position : 规范顺序 x y ;除了坐标取值外,x可取值:left/center/right;y可取值:top/center/botton;

e.background- Attachment:fixed;

3.border :

a. border-width : border-top/right/bottom/left-width;

b. border-style (solid,dashed,dotted) : border-top/right/bottom/left-style ;

c. border-color : border-top/right/bottom/left-color;

4.font :

a.font-size;

b.font-weight;

c.font-style;

d.line-height;

e.font-family

f.color;

g.text-indent : 首行缩进,1em = 1字符;

h.text-align : left/center/right ;

i.text-decoration : 文本修饰,underline下划線 / line-through 删除 / overline 上划線 / none

j.letter-spacing : 字母间間隔,字间間隔

k.word-spacing

5.パディング内边ピッチ

6.margin 外边ピッチ

声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。