Programming/Css
[CSS] checkbox 세로정렬 하기
gl2ep
2014. 6. 27. 09:23
<input type="checkbox"/>에
style="position:relative; top:3px;" 추가
top 값을 바꿔가면서 위치 선정.