CSS를 이용하여 이미지를 화면 중앙에 정렬하기. 파이어폭스, 크롬, 사파리, 익스플로러 모두 작동합니다. CSS #enter { position: absolute; text-align: center; left: 50%; top: 50%; margin: -120px auto 0 -130px; /* value of top margin: height of the image divide by 2 (ie: 240 / 2), value of left margin: width of the image divide by 2 (ie: 260 / 2) */ width: 260px; /* same as the image width */ } #enter span a { display: block; width: 260px; height: 240px; margin: 0 auto.. 더보기 이전 1 ··· 34 35 36 37 38 39 40 ··· 176 다음