더북(TheBook)

오류 템플릿을 만들었으니 이 템플릿에 대응하는 스타일을 추가한다.

 

코드 3-16 오류 템플릿 스타일 추가(resources/static/css/style.css)

body {
    background-color: #cccccc;
    font-family: arial, helvetica, sans-serif;
}
 
.bookHeadline {
    font-size: 12pt;
    font-weight: bold;
}
 
.bookDescription {
    font-size: 10pt;
}
 
label {
    font-weight: bold;
}
 
.error {
    color: red;
}
 
.errorPage {
    text-align: center;
}
 
.oops {
    font-size: 76pt;
}

신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.