[CSS] Color μμ±
2022. 3. 13. 23:54γFront-End μμ μ€/κΈ°ν μ°Έκ³ μλ£
728x90
λ°μν
π Color μμ±
color μμ±μ λ¨μ΄ λ»λλ‘ μμ, μ ννλ κΈμμ μμμ μλ―Ένλ κ²μ΄μμ.
- `red`, `blue` λ± μ΄λ―Έ μ μλ μ
- `#000`, `#FFFFFF` λ±μ 16μ§μ μμ μ½λ
- `rgb(255, 255, 255)` λ±μ rgb ν μμ
- `rgba(200, 100, 150, 0, 5)` λ±μ ν¬λͺ λ(Alpah)κ° μ μ©λ rgba ν μμ
color μμ±μ μ λͺ©λ‘ λ±μ κ°μ μ΄μ©ν μ μκ³ , κΈ°λ³Έκ°μ `inherit`μΌλ‘ λΆλͺ¨μ μμμ κ°μ Έμ€λ κ²μ΄μμ.
π½ μμ Code
<html>
<body>
<div style="color: red">text1</div>
<div style="color: #0A0">text2</div>
<div style="color: rgb(0, 0, 150)">text3</div>
<div style="color: rgba(0, 140, 170, 0.5)">text4</div>
</body>
</html>
μΆλ ₯ κ²°κ³Ό
λ°μν
μ°Έκ³ μλ£ : https://ofcourse.kr/css-course/color-%EC%86%8D%EC%84%B1
728x90
λ°μν
'Front-End μμ μ€ > κΈ°ν μ°Έκ³ μλ£' μΉ΄ν κ³ λ¦¬μ λ€λ₯Έ κΈ
[FrontEnd] html Tag μ 리 (0) | 2022.03.14 |
---|---|
[CSS] background, background-size (0) | 2022.03.14 |
[CSS] CSS μ 리 (0) | 2022.03.13 |
[λμ κΈ°μ !] CORS(κ΅μ°¨ μΆμ² μμ 곡μ ) μ€μ (0) | 2021.08.22 |
[λμ κΈ°μ !] μ κ·Ό κΆν μ²λ¦¬ (0) | 2021.08.21 |