1.헤더를 디자인합니다.

2.테이블을 디자인합니다.

.container a:hover { color: #f55e55; text-decoration: none; background-color: rgba(255, 255, 255, 0); }

3.푸터에 스타일을 추가합니다.

4.버튼에 스타일을 추가합니다.

app/assets/stylesheets/ideas.css.scss 파일에 아래와 같이 추가합니다.

.container input[type="submit"] { height: 30px; font-size: 13px; background-color: #f55e55; border: none; color: #fff; }

Coach css에서 border를 어떻게 사용하는지 설명하세요. 버튼 스타일을 둥근 모양으로 바꾸고 그림자와 색깔을 바꿔봅니다.