곽태식

html 수정

37.7 KB | W: | H:

243 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
39 <script src="modules/exporting.js"></script> 39 <script src="modules/exporting.js"></script>
40 <script src="modules/export-data.js"></script> 40 <script src="modules/export-data.js"></script>
41 41
42 - <img src="images/background.jpg" alt="" style="z-index:-1; min-width: 100%; min-height: 100%"> 42 + <img src="images/indexWallpaper.jpg" alt="" style="z-index:-1; min-width: 100%; min-height: 100%"width="50%" height="100%">
43 43
44 <div id="banner"> 44 <div id="banner">
45 <div id="container1" style="width:1260px; height: 400px; margin: 0 auto;"></div> 45 <div id="container1" style="width:1260px; height: 400px; margin: 0 auto;"></div>
......
...@@ -71,7 +71,8 @@ ...@@ -71,7 +71,8 @@
71 </head> 71 </head>
72 72
73 <body> 73 <body>
74 - <img src="images/background.jpg" alt="" style="z-index:-1; min-width: 100%; min-height: 100%"> 74 + <img src="images/background.jpg" alt="" style="z-index:-1; min-width: 100%; min-height: 100%" height="100%" width="50%">
75 +
75 <div id="banner"> 76 <div id="banner">
76 <div style="width:100%; text-align: center; padding-top:170px;"> 77 <div style="width:100%; text-align: center; padding-top:170px;">
77 <h1 style="font-size:90px;">당신이 지금 죽을 확률은?</h1> 78 <h1 style="font-size:90px;">당신이 지금 죽을 확률은?</h1>
...@@ -86,14 +87,14 @@ ...@@ -86,14 +87,14 @@
86 <label>생년월일</label> 87 <label>생년월일</label>
87 <input type="text" name="birth" class="form-control" placeholder="971009" style="width:200px;"> 88 <input type="text" name="birth" class="form-control" placeholder="971009" style="width:200px;">
88 <br><br><br> 89 <br><br><br>
89 - <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;"> 90 + <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;">
90 </div> 91 </div>
91 </form> 92 </form>
92 </div> 93 </div>
93 94
94 </div> 95 </div>
95 96
96 - <div id="footer">오픈소스SW개발 조민지 강환석 배희수</div> 97 + <div id="footer">오픈소스SW개발 곽태식 이승규 강병호</div>
97 </body> 98 </body>
98 99
99 </html> 100 </html>
...\ No newline at end of file ...\ No newline at end of file
......