μ°μ μμλ, κ°μ μμκ° μ¬λ¬ μ μΈμ λμμ΄ λ κ²½μ°, μ΄λ€ μ μΈμ CSS μμ±μ μ°μ μ μ©ν μ§ κ²°μ νλ λ°©λ²
<div id="color_yellow" class="color_green" style="color: orange;"> <!-- μΈλΌμΈ μ μΈ -->
Hello world!
</div>
div {color: red !important;}
#color_yellow {color: yellow;}
.color_green {color: green;}
div {color: blue;}
* {color: darkblue;}
body {color: violet;}
- μ 체(body) μ νμ > νκ·Έ μ νμ > class μ νμ > ID μ νμ > μΈλΌμΈ μ μΈ > !important μμΌλ‘ μ°μ νλ€.
- νλ©΄μλ !importantλ‘ μμ±μ΄ λΆμ¬λ λΉ¨κ°μ κΈμλ‘ μΆλ ₯λλ€.
- λ§μ½ λͺ¨λ νκ·Έμ class μμ±λ§ λΆμ¬λμ΄ μμΌλ©΄ μμμ μλ λ°©ν₯μΌλ‘ μ°μ νλ€. (맨 μλμ μλ classμ μ€νμΌμ΄ μ μ©λλ€.)
μμ ν μ μμ΄μ μ μ§λ³΄μνκΈ°κ° μ΄λ €μ°λ, μΈλΌμΈ μ μΈκ³Ό !important μ μΈμ λλλ‘μ΄λ©΄ μ¬μ©νμ§ λ§μ!
'Front-End > CSS' μΉ΄ν κ³ λ¦¬μ λ€λ₯Έ κΈ
CSS μμ± Part 02. (0) | 2022.09.21 |
---|---|
CSS μμ± Part 01. (2) | 2022.09.20 |
μ€νμΌ μμ (0) | 2022.09.19 |
CSSμ μ νμ (0) | 2022.09.19 |
CSS μμνκΈ° (0) | 2022.09.18 |