home.html 파일에서 지정한 home.css 라는 이름으로 stylesheet 작성
home.html 템플릿 파일에서 style 적용이 필요한 항목
### 위치 이동
cd /Users/user/test/django/project/web/static/css
### home.css
vi home.css
---
div#content_home {
position: absolute;
top: 80px;
left: 110px;
right: 110px;
}
div#homeimg {
background: #add;
padding: 5px 0 1px 0;
text-align: center;
}

참고 자료