Merge branch 'master' into 'master'
배경수정 배경 사진 수정, 하단 조 멤버 이름 수정 했습니다~! See merge request !4
Showing
3 changed files
with
5 additions
and
5 deletions
... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
14 | body { | 14 | body { |
15 | /* background: linear-gradient( to bottom, #65799B, rgb(38, 14, 41) ); */ | 15 | /* background: linear-gradient( to bottom, #65799B, rgb(38, 14, 41) ); */ |
16 | /* background-color:#65799B; */ | 16 | /* background-color:#65799B; */ |
17 | - background-image: url("2.jpg"); | 17 | + background-image: url("newbackground.png"); |
18 | background-repeat: no-repeat; | 18 | background-repeat: no-repeat; |
19 | background-size: cover; | 19 | background-size: cover; |
20 | } | 20 | } | ... | ... |
... | @@ -60,7 +60,7 @@ | ... | @@ -60,7 +60,7 @@ |
60 | </head> | 60 | </head> |
61 | 61 | ||
62 | <body> | 62 | <body> |
63 | - <img src="./background.jpg" alt="" style="z-index:-1; min-width: 100%; min-height: 100%"> | 63 | + <img src="./newbackground.png" alt="" style="z-index:-1; min-width: 100%; min-height: 100%"> |
64 | <div id="banner"> | 64 | <div id="banner"> |
65 | <div style="width:100%; text-align: center; padding-top:170px;"> | 65 | <div style="width:100%; text-align: center; padding-top:170px;"> |
66 | <h1 style="font-size:90px;">당신이 지금 죽을 확률은?</h1> | 66 | <h1 style="font-size:90px;">당신이 지금 죽을 확률은?</h1> |
... | @@ -70,10 +70,10 @@ | ... | @@ -70,10 +70,10 @@ |
70 | <form action="/starting" method="post"> | 70 | <form action="/starting" method="post"> |
71 | <div class="form-inline"> | 71 | <div class="form-inline"> |
72 | <label>이름</label> | 72 | <label>이름</label> |
73 | - <input type="text" name="name" class="form-control" placeholder="김철수" style="width:200px;"> | 73 | + <input type="text" name="name" class="form-control" placeholder="조인화" style="width:200px;"> |
74 |      | 74 |      |
75 | <label>생년월일</label> | 75 | <label>생년월일</label> |
76 | - <input type="text" name="birth" class="form-control" placeholder="971009" style="width:200px;"> | 76 | + <input type="text" name="birth" class="form-control" placeholder="991025" style="width:200px;"> |
77 | <br><br><br> | 77 | <br><br><br> |
78 | <input type="submit" value="시작하기" class="btn btn-default" style="font-family: 'Yeon Sung', cursive; width:100px;font-weight: bold; font-size: 18px; background-color: white;"> | 78 | <input type="submit" value="시작하기" class="btn btn-default" style="font-family: 'Yeon Sung', cursive; width:100px;font-weight: bold; font-size: 18px; background-color: white;"> |
79 | </div> | 79 | </div> |
... | @@ -82,7 +82,7 @@ | ... | @@ -82,7 +82,7 @@ |
82 | 82 | ||
83 | </div> | 83 | </div> |
84 | 84 | ||
85 | - <div id="footer">오픈소스SW개발 조민지 강환석 배희수</div> | 85 | + <div id="footer">오픈소스SW개발 김주희 김윤지 조인화</div> |
86 | </body> | 86 | </body> |
87 | 87 | ||
88 | </html> | 88 | </html> | ... | ... |
graph/newbackground.png
0 → 100644
1.18 MB
-
Please register or login to post a comment