티스토리 뷰

HTML5-CSS

[CSS] label 의 width 조절

비용러브 2023. 7. 18. 19:33

<style>
label { display:inline-block; width:120px; }
</style>

이렇게  display:inline-block 값을 주고, width 값을 지정(제어/조절/설정/입력)합니다


참고자료
https://venustas.tistory.com/126

댓글