<style type="text/css">
.toggle2, .내용class {display:none;}
.toggle2:checked + .내용class {display:block;}
</style>
<label for="toggle2">
클릭하는 영역
</label>
<input type="checkbox" class="toggle2" id="toggle2">
내용class
</input>
' Etc > Study' 카테고리의 다른 글
radio 버튼 확대 CSS (0) | 2018.11.22 |
---|---|
input, select, textarea 등 기본값 없애주는 CSS (0) | 2018.11.22 |
얼럿창 소스 (0) | 2018.11.22 |
텍스트 ...처리 CSS (0) | 2018.11.22 |
배경 투명도 CSS (0) | 2018.11.22 |