background-repeat 썸네일형 리스트형 html5를 활용한 기초 레이아웃 See the Pen VwLyXva by LimsUIUX (@LimsUIUX) on CodePen. !!! 포인트 1. body태그에 좌측 여백을 둔다. 2. body태그에 배경이미지를 넣는다. body{ background-image:url("img/living.gif"); background-repeat: no-repeat; background-position: 0 50px; background-size: contain; margin-left:280px; margin-top:50px; } 3. 메뉴 정리는 ul>li>a로 하되 - a태그에 크기를 넣기 위해 display : inline-block으로 지정 - 우측테두리를 넣고, 마지막 요소만 따로 선택자로 가져와 테두리 없앰 4. li에 list-s.. 더보기 이전 1 다음