Toggle navigation
Toggle navigation
This project
Loading...
Sign in
MWD
/
2020-02-OSS-TermProject
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
김태영
2020-12-07 03:57:45 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
8eaba44b19981cefc7689554b0a014273611a9c0
8eaba44b
2 parents
722b884e
465147cd
Merge branch 'feature/css' into 'master'
style modify submit button See merge request
!7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
views/index.ejs
views/index.ejs
View file @
8eaba44
...
...
@@ -137,8 +137,8 @@
<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 =
"다시입력"
/>
<button
type =
"button"
onclick=
"checkInput();"
style=
"float:right; background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%); border: 0; "
class=
"btn btn-success"
>
제출
</button>
</p>
<button
type=
"button"
onclick=
"save();"
>
저장
</button>
<a
href=
"#"
id=
"link"
download=
"name"
>
다운로드
</a>
<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>
<a
href=
"#"
id=
"link"
style=
"background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%); border: 0; "
class=
"btn btn-success"
download=
"name"
>
다운로드
</a>
</form>
</div>
<!-- 인풋 폼 종료 -->
...
...
Please
register
or
login
to post a comment