반응형
<!-- 1. magin:0 auto;-->
<style type="text/css">
#DivCenter {margin:0 auto; width:200px; height:200px;}
</style>
<div id="DivCenter">Div 가운데 정렬</div>
<!-- 2. margin-right:auto; margin-left:auto; -->
<style type="text/css">
#DivCenter {margin-right:auto; margin-left:auto; width:200px;}
</style>
<div id="BoxCenter">Div 가운데 정렬</div>
반응형
'PROGRAMING > HTML' 카테고리의 다른 글
[HTML] word-break (0) | 2011.10.21 |
---|---|
[HTML] Html Codes (0) | 2011.05.05 |
[HTML] HTML Color Code (0) | 2011.04.08 |