글 수 47
font 단축 속성
구문 : { font: font-style | font-variant | font-weight | font-size | line-height | font-family }
예제 : { font: 0.75em/1.4em 돋음, san-serif; }
구문 : { font: font-style | font-variant | font-weight | font-size | line-height | font-family }
예제 : { font: 0.75em/1.4em 돋음, san-serif; }
margin 단축 속성
구문 : { margin: margin-top | margin-right | margin-bottom | margin-left }
예제 : { margin: 1em 2em 3em 4em; }
padding 단축 속성
구문 : { padding: padding-top | padding-right | padding-bottom | padding-left }
예제 : { padding: 1em 2em 3em 4em; }
구문 : { padding: padding-top | padding-right | padding-bottom | padding-left }
예제 : { padding: 1em 2em 3em 4em; }
border 단축 속성
구문 : { border: border-width | border-style | color }
예제 : { border: 1px dotted #123456; }
border-top, border-right, border-botoom, border-left 단축 속성
구문 : { border-top: border-width | border-style | color }
예제 : { bordertop: 1px dotted #123456; }
구문 : { border-top: border-width | border-style | color }
예제 : { bordertop: 1px dotted #123456; }
list-style 단축 속성
구문 : { list-style: list-style-type | list-style-position | list-style-image }
예제 : { list-style: url(”hooney.gif”) inside disc; }
background 단축 속성
구문 : { background: background-color | background-image | background-repeat | background-attachment | background-position }
예제 : {background: #123456 url(”hooney.net”) no-repeat center left; }
구문 : { background: background-color | background-image | background-repeat | background-attachment | background-position }
예제 : {background: #123456 url(”hooney.net”) no-repeat center left; }