메뉴 여닫기
개인 메뉴 토글
로그인하지 않음
만약 지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

미디어위키:Citizen.css: 두 판 사이의 차이

항공위키
편집 요약 없음
편집 요약 없음
37번째 줄: 37번째 줄:


/* 본문 div 박스 안에 이미지 사이즈 조절 */
/* 본문 div 박스 안에 이미지 사이즈 조절 */
.img_box { width: 400px; text-align: center; margin: 10px 10px 20px; }
.img_box { width: 400px; text-align: center; margin: 10px 0 20px 10px; }
.img_box > img { object-fit: cover; width: 100%; border-radius: 5px; }
.img_box > img { object-fit: cover; width: 100%; border-radius: 5px; }
/* img { object-fit: cover; width: 100%; } */
/* img { object-fit: cover; width: 100%; } */


/* 본문 안 iframe 사이즈 맞춤 */
/* 본문 안 iframe 사이즈 맞춤 */
.mov_box { width: 400px; text-align: center; margin: 10px 10px 20px; }
.mov_box { width: 400px; text-align: center; margin: 10px 0 20px 10px; }
.mov_box > iframe { display:block; width:100%; height: auto; border-radius: 5px; }
.mov_box > iframe { display:block; width:100%; height: auto; border-radius: 5px; }