Showing
2 changed files
with
3 additions
and
3 deletions
... | @@ -176,7 +176,7 @@ a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:acti | ... | @@ -176,7 +176,7 @@ a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:acti |
176 | width: 100%; | 176 | width: 100%; |
177 | padding: 0; | 177 | padding: 0; |
178 | background: url(../img/intro-bg.jpg) no-repeat center center; | 178 | background: url(../img/intro-bg.jpg) no-repeat center center; |
179 | - background-color: #e5e5e5; | 179 | + background-color: blueviolet; |
180 | -webkit-background-size: cover; | 180 | -webkit-background-size: cover; |
181 | -moz-background-size: cover; | 181 | -moz-background-size: cover; |
182 | background-size: cover; | 182 | background-size: cover; | ... | ... |
... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
3 | <head> | 3 | <head> |
4 | <title><%= title %></title> | 4 | <title><%= title %></title> |
5 | <link rel='stylesheet' href='/stylesheets/style.css' /> | 5 | <link rel='stylesheet' href='/stylesheets/style.css' /> |
6 | - <<!-- Bootstrap --> | 6 | + <!-- Bootstrap --> |
7 | <link rel="stylesheet" type="text/css" href="/stylesheets/bootstrap.css"> | 7 | <link rel="stylesheet" type="text/css" href="/stylesheets/bootstrap.css"> |
8 | <link rel="stylesheet" type="text/css" href="/stylesheets/font-awesome.css"> | 8 | <link rel="stylesheet" type="text/css" href="/stylesheets/font-awesome.css"> |
9 | 9 | ||
... | @@ -84,7 +84,7 @@ | ... | @@ -84,7 +84,7 @@ |
84 | <!--수정해주세욤!--> | 84 | <!--수정해주세욤!--> |
85 | <p>마더 프로젝트 니툰내툰(YTMT)를 개선하는 프로젝트입니다. 네이버 웹툰 뿐만 아니라 다음 웹툰도 담을 수 있으며, 타인이 담은 웹툰도 확인할 수 있습니다.</p> | 85 | <p>마더 프로젝트 니툰내툰(YTMT)를 개선하는 프로젝트입니다. 네이버 웹툰 뿐만 아니라 다음 웹툰도 담을 수 있으며, 타인이 담은 웹툰도 확인할 수 있습니다.</p> |
86 | <h3>Programmers</h3> | 86 | <h3>Programmers</h3> |
87 | - <p>2016104132 안형준, 2016104140 윤혜원</p> | 87 | + <p>2013100924 이현종, 2018102151 Abdullaev Akhidjon</p> |
88 | </div> | 88 | </div> |
89 | </div> | 89 | </div> |
90 | </div> | 90 | </div> | ... | ... |
-
Please register or login to post a comment