[CSS] 오른쪽 아래 정렬
페이지 정보
작성자 관리자 작성일15-08-17 09:41 조회3,371회 댓글0건본문
<style type="text/css">
html, body {
margin: 0;
padding: 0;
height: 100%;
}
.midcenter {
position:relative;
width:100%;
height:100%;
}
</style>
<div class="midcenter">
<div style="position:absolute; right:0; bottom:0;">
내용
</div>
</div>
html, body {
margin: 0;
padding: 0;
height: 100%;
}
.midcenter {
position:relative;
width:100%;
height:100%;
}
</style>
<div class="midcenter">
<div style="position:absolute; right:0; bottom:0;">
내용
</div>
</div>
댓글목록
등록된 댓글이 없습니다.