2017년 7월 20일 목요일

이미지 CSS로 중앙 위치하기


#loading {
    background: url('../img/loading.gif') no-repeat;
    position: absolute;
    left: 50%;
    margin-left : -75.5px; /* 이미지 가로 절반 크기 */ 
    top: 1637px;
    width:151px;
    height:151px;
}
Share:

0 개의 댓글:

댓글 쓰기