홈페이지스킨 연습
<![CDATA[ /* ----------------------------------------------- Blogger Template Style Name: 아로스 홈페이지 스킨 목록 ----------------------------------------------- */ /* 기본 스타일 */ * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif; } html { height: 100%; } body { min-height: 100%; display: flex; flex-direction: column; margin: 0; background-color: white; } .main-wrapper { flex: 1 0 auto; } .container { max-width: 768px; margin: 0 auto; padding: 8px 8px; } .blog-posts.hfeed.container { margin-top: -30px; padding: 0; } .blog-posts { max-width: 100%; margin: 0; padding: 0; } /* 헤더 스타일 수정 */ /* 상단 고정을 위한 스타일 */ body { padding-top: 120px; /* 헤더와 탭의 전체 높이만큼 여백 추가 */ } /* 헤더 고정 스타일 */ #header { position: fixed !important; top: 0; left: 0; width: 100%; height: 40px !important; ...