콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
2890 화면
작성자 베스트 답변

for example:

HTML

<div class="style1 style2"></div>

CSS

//only style for the first stylesheet

.style1 { width: 100%; }

//only style for second stylesheet

.style2 { width: 50%; }

//override all

.style1.style2 { width: 70%; }

아바타
취소