HTML [CSS] label 의 width 조절
페이지 정보
본문
<style>
label { display:inline-block; width:120px; }
</style>
이렇게 display:inline-block 값을 주고, width 값을 지정(제어/조절/설정/입력)합니다
참고자료
https://venustas.tistory.com/126
label { display:inline-block; width:120px; }
</style>
이렇게 display:inline-block 값을 주고, width 값을 지정(제어/조절/설정/입력)합니다
참고자료
https://venustas.tistory.com/126
댓글목록
등록된 댓글이 없습니다.