홈페이지 스킨 수정

태터툴즈로 작성한 홈페이지의 스킨을 다음과 같이 수정하였다.

1. 스킨명 : tistory 기본 스킨   ver.1.05

2. skin.html에서 수정한 내용
<a href=”“><img src=”/lab/skin/tistory/images/logo_building2.gif” /></a>

3. style.css에서 수정한 내용
–> 메뉴를 왼쪽으로 이동하고, 본문은 오른쪽으로 이동했다.
#content {
   float:right;
   width:530px;
   overflow:hidden;
   margin-top:10px;
}
#sidebar {
   width:190px;
   margin-left:10px;
   margin-top:10px;
}

Leave a Reply