class 두 개 호출하기
로빈아빠
본문
CSS:
.class1 {font-weight:bold;}
.class2 {color:#ff0000;}
html:
<span class="class1 class2">class 동시에 호출하기</span>
이같은 방법으로 class는 계속 추가할 수 있습니다.
관련링크
댓글목록
등록된 댓글이 없습니다.
CSS:
.class1 {font-weight:bold;}
.class2 {color:#ff0000;}
html:
<span class="class1 class2">class 동시에 호출하기</span>
이같은 방법으로 class는 계속 추가할 수 있습니다.
등록된 댓글이 없습니다.