2014년 12월 25일 목요일

div 정중앙 배치

// DIV 정중앙 배치

.center{
    width: 200px;
    height: 200px;
    background-color: black;
 
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
 
    margin: auto;
}

댓글 없음:

댓글 쓰기