가운데 정렬. 가장 심플?(정리) 정보
CSS 가운데 정렬. 가장 심플?(정리)관련링크
본문
<style>
body {margin-left:0px;margin-top:0px; width:100%;height:auto;display:inline-block;overflow:auto;} /
.total_case {width: 100%;}
.box_case {width: 50%;margin: 0 auto;}
</style>
<div class=total_case>가 전체 body가 되고.
<div class=box_case>abcdefg123456748</div>
</div>
.box_case의 width따라서 사이즈 조절
추천
1
1
댓글 0개