css선택자

    [CSS] 특정한 요소를 제외시키는 :not 선택자

    [CSS] 특정한 요소를 제외시키는 :not 선택자

    :not 선택자 이미 지정된 css스타일에서 특정한 요소를 제외시킬 경우 사용한다. 선택할 요소:not(제외시킬 요소){...} 예제 This is a normal paragraph. This paragraph has a "highlight" class and will not be affected. This is another normal paragraph. This is a third normal paragraph. 결과 HTML 삽입 미리보기할 수 없는 소스