CSS Shorthand, -μ°λ¦¬λ§λ‘ "μ€μ¬μ°κΈ°, μκΈ°"- λ μ€νμΌμνΈμ νμΌμ μ€μ¬μ€ λΏλ§ μλλΌ κ°λ μ±μ λμ¬μ£Όκ³ μμ ν λμλ λΉ λ₯΄κ² ν μ μμ΅λλ€.
1. Font
font μμ±μ μκΈ°λ‘ μ¬μ©ν λ μ μΈνμ§ μμ κ°μ κΈ°λ³Έ κ°μ΄λ©λλ€. fontμ κΈ°λ³Έ μμ±μ μλμ κ°μ΅λλ€.
- - font-style
- - font-variant
- - font-weight
- - font-size
- - line-height
- - font-family
μ€μ¬μ°μ§ μκ³ μμ± μ μ©
1 2 3 4 5 6 7 8 | .element { font-style : normal ; font-variant : normal ; font-weight : normal ; font-size :inherit; line-height : normal ; font-family :inherit; } |
CSS Shorthand μ μ©
1 | .element { font : normal normal normal inhert/ normal inherit;} |
2. Background
λ°°κ²½νλ©΄μ λ¨μ, μ΄λ―Έμ§λ±μΌλ‘ μ μ©ν μ μμ΅λλ€. μμ±μ μλμ κ°μ΅λλ€.
- - background-color
- - background-image
- - background-repeat
- - background-position
- - background-attachment
μ€μ¬μ°μ§ μκ³ μμ± μ μ©
1 2 3 4 5 6 7 | .element { background-color : transparent ; background-image : none ; background-repeat : repeat ; background-position : top left ; background-attachment : scroll ; } |
CSS Shorthand μ μ©
1 | .element { background : transparent url (image.png) repeat top left scroll ;} |
3. List
λͺ©λ‘μμ±μ λ¨ 3κ°μ§λ§ μμ΅λλ€. μμ±μ μλμ κ°μ΅λλ€.
- - list-style-type
- - list-style-position
- - list-image
μ€μ¬μ°μ§ μκ³ μμ± μ μ©
1 2 3 4 5 | .element { list-style-type : square ; list-style-position : inside ; list-style-image : url (image.png); } |
CSS Shorthand μ μ©
1 | .element { list-style : square inside url (image.png);} |
4. border
Borderλ μνμ’μ°μ μμ±μ μ§λλλ€. μμ±μ μλμ κ°μ΅λλ€.
- - border-width
- - border-top
- - border-top-color
- - border-top-style
- - border-top-width
- - border-style
- - border-right
- - border-right-color
- - border-right-style
- - border-right-width
- - border-color
- - border-bottom
- - border-bottom-color
- - border-bottom-style
- - border-bottom-width
- - border-left
- - border-left-color
- - border-left-style
- - border-left-width
Border μμ±μ μμκ°μ΄ λ§μ΅λλ€. νμ§λ§ λ§μ΄ μ¬μ©νλ κ²μ νλμμΌλ‘ μ°μ¬μ§ κΈμλΆλΆμ λλ€. μ3κ°μ§ μμ±μ μ€μ¬μ μ¬μ©νμλ©΄ λκ³ μ¬μ©λ°©λ²μ κ°λ΅ν©λλ€.
μ€μ¬μ°μ§ μκ³ μμ± μ μ©
1 2 3 4 5 | .element { border-width : 5px ; border-style : dotted ; border-color : #000 ; } |
CSS Shorthand μ μ©
1 | .element { border : 5px solid #000 ;} |
5. Marginκ³Ό Padding
Marginκ³Ό Paddingμ κ°κ° 4κ°μ§ μ λλ€. μμ±μ μλμ κ°μ΅λλ€. (padding μ€μ¬μ°κΈ° λν μλμ λμΌν©λλ€.)
- - margin-top
- - margin-right
- - margin-bottom
- - margin-left
- - padding-top
- - padding-right
- - padding-bottom
- - padding-left
μ€μ¬μ°μ§ μκ³ μμ± μ μ©
1 2 3 4 5 6 | .element { margin-top : 5px ; margin-right : 7px ; margin-bottom : 5px ; margin-left : 7px ; } |
CSS Shorthand μ μ© (μμλ μ > μ€λ₯Έμͺ½ > μλ > μΌμͺ½ μμλ‘ μμ±ν©λλ€.)
1 | .element { margin : 5px 7px 5px 7px ;} |
CSS Shorthand μ μ© (marginμ μν μμ±μ΄ κ°κ³ , μ’μ° μμ±μ΄ κ°μκ²½μ°)
1 | .element { margin : 5px 7px ;} |
CSS Shorthand μ μ© (marginμ μν μ’μ° μμ±μ΄ κ°μκ²½μ°)
1 | .element { margin : 5px ;} |
6. outline
outlineμ element μμ μ£Όλ³μ ꡬλΆν λ μ¬μ©ν©λλ€. μμ±μ μλμ κ°μ΅λλ€.
- - outline-width
- - outline-style
- - outline-color
μ€μ¬μ°μ§ μκ³ μμ± μ μ©
1 2 3 4 5 | .element { outline-width : 3px ; outline-style : dotted ; outline-color : #000 ; } |
CSS Shorthand μ μ©
1 | .element { outline : 3px dotted #000 ;} |
7. Transition
Transitionμ CSS LEVEL3 μΌλ‘ λ§μ°μ€ μ΄λ²€νΈμ μν λμ μΈ μμλ₯Ό νννκ³ μ ν λ μ£Όλ‘ μ¬μ©λ©λλ€. μμ±μ μλμ κ°μ΅λλ€.
- - transition-property
- - transition-timing-function
- - transition-delay
μ€μ¬μ°μ§ μκ³ μμ± μ μ©
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | transition-property: all ; transition-duration: 3 s; transition-timing-function:ease-in; transition-delay: 2 s; /* νν 4 */ -moz-transition-property: all ; -moz-transition-duration: 3 s; -moz-transition-timing-function:ease-in; -moz-transition-delay: 2 s; /* ν¬λ‘¬κ³Ό μ¬ν리 */ -webkit-transition-property: all ; -webkit-transition-duration: 3 s; -webkit-transition-timing-function:ease-in; -webkit-transition-delay: 2 s; /* μ€νλΌ */ -o-transition-property: all ; -o-transition-duration: 3 s; -o-transition-timing-function:ease-in; -o-transition-delay: 2 s; |
CSS Shorthand μ μ©
1 2 3 4 5 6 7 8 9 10 | transition: all 3 s ease-in 2 s; /* νν 4 */ -moz-transition: all 3 s ease-in 2 s; /* ν¬λ‘¬κ³Ό μ¬ν리 */ -webkit-transition: all 3 s ease-in 2 s; /* μ€νλΌ */ -o-transition: all 3 s ease-in 2 s; |
λ§μΉλ©°
CSS μ€μ¬μ°κΈ°λ λ¬Έλ²μ μΌλ‘ κ°μ μ±μ κ°μ§μ§λ μμ΅λλ€. κ·Έλ¬λ μμ±μ μκ°μ μ½κ³Ό CSSν¬κΈ°λ₯Ό μ€μΌ μ μμ΅λλ€.
λν μ κ°μ κ²½μ°λ μ€μ¬μ°κΈ°λ₯Ό μμ£Ό μ¬μ©νλ νΈμ
λλ€. κ·Έλμ μμ κ°μ΄ μ 리νμμΌλ CSSμμ±νμ€ λ λ§μ λμμ΄ λμμΌλ©΄ ν©λλ€.
μλ¬Έ : http://biew.co.kr/19
'Before. 2021' μΉ΄ν κ³ λ¦¬μ λ€λ₯Έ κΈ
λΈλΌμ°μ μ¬μ©μ¨ μ‘°μ¬! (0) | 2013.02.27 |
---|---|
[CSS]IE6, 7μ μν΄μ νμ§λ§μμΌν κ²λ€ (0) | 2013.01.18 |
IEλ²μ κ°μ λ³νμ© λ©ννκ·Έ (2) | 2013.01.10 |
ν μ€νΈ μ€λ°κΏ νκ·Έ (0) | 2012.12.21 |
CSS3 box-Shadow (0) | 2012.12.13 |