Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hyunjong Lee
/
YTMT
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Akhidjon
2019-05-19 17:43:13 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5aaf3ce50874b54d2eb198f89038ab429396f942
5aaf3ce5
1 parent
5537d089
color modified
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
public/stylesheets/style.css
views/index.ejs
public/stylesheets/style.css
View file @
5aaf3ce
...
...
@@ -176,7 +176,7 @@ a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:acti
width
:
100%
;
padding
:
0
;
background
:
url(../img/intro-bg.jpg)
no-repeat
center
center
;
background-color
:
#e5e5e5
;
background-color
:
blueviolet
;
-webkit-background-size
:
cover
;
-moz-background-size
:
cover
;
background-size
:
cover
;
...
...
views/index.ejs
View file @
5aaf3ce
...
...
@@ -3,7 +3,7 @@
<head>
<title>
<
%= title %>
</title>
<link
rel=
'stylesheet'
href=
'/stylesheets/style.css'
/>
<
<
!-- Bootstrap -->
<!-- Bootstrap -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/stylesheets/bootstrap.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/stylesheets/font-awesome.css"
>
...
...
@@ -84,7 +84,7 @@
<!--수정해주세욤!-->
<p>
마더 프로젝트 니툰내툰(YTMT)를 개선하는 프로젝트입니다. 네이버 웹툰 뿐만 아니라 다음 웹툰도 담을 수 있으며, 타인이 담은 웹툰도 확인할 수 있습니다.
</p>
<h3>
Programmers
</h3>
<p>
201
6104132 안형준, 2016104140 윤혜원
</p>
<p>
201
3100924 이현종, 2018102151 Abdullaev Akhidjon
</p>
</div>
</div>
</div>
...
...
Please
register
or
login
to post a comment