page setting (1) 썸네일형 리스트형 [css] header, footer 이미지 및 글씨체 수정 헤더 수정 : 이미지 첨부, 이미지 크기(높이 고정), contain : 잘림없이 비율유지 (프레임 없이 전체 덮으려면 cover), 색상, overflow : 크기가 넘어가도 보여짐 #header { background-image:url(./images/temp.jpg); width: device-width; height: 330px; background-repeat: no-repeat; background-position: center; background-size: contain; background-color: #3f3f3f; overflow: visible; } 태그 수정 : 타이틀 글씨체 수정 #header h1 a { display: inline-block; text-decoration: n.. 이전 1 다음