Showing
1 changed file
with
2 additions
and
5 deletions
... | @@ -7,8 +7,6 @@ | ... | @@ -7,8 +7,6 @@ |
7 | <!-- 합쳐지고 최소화된 최신 CSS --> | 7 | <!-- 합쳐지고 최소화된 최신 CSS --> |
8 | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css"> | 8 | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css"> |
9 | <link rel='stylesheet' href='/stylesheets/style.css' /> | 9 | <link rel='stylesheet' href='/stylesheets/style.css' /> |
10 | -<<<<<<< HEAD | ||
11 | -======= | ||
12 | <!-- Jquery를 불러온다 --> | 10 | <!-- Jquery를 불러온다 --> |
13 | <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script> | 11 | <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script> |
14 | <script> | 12 | <script> |
... | @@ -61,7 +59,6 @@ | ... | @@ -61,7 +59,6 @@ |
61 | document.getElementById('link').setAttribute('download', fileName); // 다운로드 전 파일 이름을 변경해준다. | 59 | document.getElementById('link').setAttribute('download', fileName); // 다운로드 전 파일 이름을 변경해준다. |
62 | }; | 60 | }; |
63 | </script> | 61 | </script> |
64 | ->>>>>>> 915eacfc5f4f474bf100af252cf05cd2b665fe4f | ||
65 | </head> | 62 | </head> |
66 | <body> | 63 | <body> |
67 | <!-- header --> | 64 | <!-- header --> |
... | @@ -99,8 +96,8 @@ | ... | @@ -99,8 +96,8 @@ |
99 | <input type = "reset" style="float:right; margin-left:5px; background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%); border: 0;" class="btn btn-warning"value = "다시입력"/> | 96 | <input type = "reset" style="float:right; margin-left:5px; background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%); border: 0;" class="btn btn-warning"value = "다시입력"/> |
100 | <button type = "button" onclick="getInfo();" style="float:right; background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%); border: 0; " class="btn btn-success">제출</button> | 97 | <button type = "button" onclick="getInfo();" style="float:right; background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%); border: 0; " class="btn btn-success">제출</button> |
101 | </p> | 98 | </p> |
102 | - <button type="button" onclick="save();">저장</button> | 99 | + <button type="button" style="margin-right:5px;background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%); border: 0; " class="btn btn-success" onclick="save();">저장</button> |
103 | - <a href="#" id="link" download="name">다운로드</a> | 100 | + <a href="#" id="link" style="background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%); border: 0; " class="btn btn-success" download="name">다운로드</a> |
104 | </form> | 101 | </form> |
105 | </div> | 102 | </div> |
106 | <!-- 인풋 폼 종료 --> | 103 | <!-- 인풋 폼 종료 --> | ... | ... |
-
Please register or login to post a comment