CSS๐ง/css
css img,png,svg ์์๋ณ๊ฒฝ
hyojinny
2022. 10. 26. 16:13
์๋ ํ์์ ๋ก๊ณ ์ด๋ฏธ์ง๋ฅผ ํธ๋ฒ๋ก ๋ด๋ ธ์๋ ๊ฒ์ ์์ผ๋ก ๋ณ๊ฒฝ
filter: brightness(0);
์ต์ค ๋ณํ๋ถ๊ฐ.
filter: brightness(0); ์ ๊ฒ์ ์
filter: brightness(0); ์ ํ์์
๋น์ทํ ๊ฒ์ผ๋ก
filter: hue-rotate(90deg); ๋ ์๋ค
์ฐธ๊ณ ๋งํฌ - https://developer.mozilla.org/en-US/docs/Web/CSS/filter-function/hue-rotate
hue-rotate() - CSS: Cascading Style Sheets | MDN
The hue-rotate() CSS function rotates the hue of an element and its contents. Its result is a <filter-function>.
developer.mozilla.org
๊ทผ๋ฐ ๊ฑ ํฌํ ์ต์ผ๋ก ๋ฐ๊พธ์ ^_^