FRONTEND·중요도 4·2026. 04. 29.·CSS-Tricks
contrast()
── KO ──────────────────
contrast() 필터 함수는 요소의 대비를 조절합니다.
contrast() 필터 함수는 HTML 요소의 대비를 증가시키거나 감소시키는 기능을 제공합니다. 이 함수는 웹 디자인에서 색상 조절에 유용하게 쓰일 수 있습니다. 자세한 내용은 CSS-Tricks 웹사이트에서 확인할 수 있습니다.
── EN ──────────────────
The contrast() filter function adjusts an element's contrast.
The contrast() filter function is used to increase or decrease the contrast of an HTML element. This function can be useful for color adjustments in web design. More details can be found on the CSS-Tricks website.