CSS
CSS
Ŭ ̵
ּ
ؽƮ
color
direction
backgroud-color
line-height
letter-spacing
text-align
text-decoration
text-indent
word-spacing
background-color
background-image
background-repeat
background-position
background-attachment
Font
ũ
Box Model
輱(border)
Ʈ(list)
CSS ̹ ݺ(background-repeat)

background-repeat Ӽ ϸ ̹ ݺ ֽϴ.

Ӽ Ʒ 4 ֽϴ.

repeat : ̹ ݺ ˴ϴ. ⺻Դϴ.

repeat-x : ̹ ιθ ݺ ˴ϴ.

repeat-y : ̹ ιθ ݺ ˴ϴ.

no-repeat : ̹ ݺ ʰ ѹ ˴ϴ.

<div style="width:250; height:250; background-image: url(bg.gif) ; background-repeat:repeat-x"></div>
<div style="width:250; height:250; background-image: url(bg.gif) ; background-repeat:repeat-y"></div>

Copyright © Homejjang.com All rights reserved.