Front-End/CSS
μ νμ μ°μ μμ
π³μ§νμ μ²
2022. 9. 19. 01:37
μ°μ μμλ, κ°μ μμκ° μ¬λ¬ μ μΈμ λμμ΄ λ κ²½μ°, μ΄λ€ μ μΈμ 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 μ μΈμ λλλ‘μ΄λ©΄ μ¬μ©νμ§ λ§μ!