반응형 Style !important1 [HTML&CSS] CSS 우선 순위 변경하기 (!important) 사용법, 예제 아래 소스코드는 !important 사용해서 다른 스타일 규칙보다 우선 순위를 가지는 것을 확인하는 예제 코드입니다. 사용법 property: value !important; //예제 p { color: red !important; } 모든 요소의 텍스트 색상은 빨간색이 될 것입니다. 비록 다른 스타일 규칙에서 텍스트 색상을 정의하려고 하더라도 !important를 사용한 규칙이 다른 규칙보다 우선 순위를 가지므로 무시됩니다. 예제코드 This is a red text. This is a normal text. This div has an important background color. This div has a normal background color. This div has important st.. 개발이야기/HTML&CSS 2023. 10. 13. 이전 1 다음 💲 추천 글 반응형