Today I learned!/오늘 하루 배운 것, 기억할 것
220405(css)
sweesweet
2022. 4. 5. 19:53
https://developer.mozilla.org/en-US/docs/Web/CSS/:not
:not() - CSS: Cascading Style Sheets | MDN
The :not() CSS pseudo-class represents elements that do not match a list of selectors. Since it prevents specific items from being selected, it is known as the negation pseudo-class.
developer.mozilla.org
(내용추가할 예정)