Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Joung Jiwon
/
OSS-TongGilMut
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
박재윤
2020-12-10 03:00:36 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
85c4023c408d5cba8826cfe21c2ca803065f6b26
85c4023c
1 parent
3cccd168
modify button
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
project/index.html
project/index.html
View file @
85c4023
...
...
@@ -103,7 +103,8 @@
</div></div>
</div>
<a
href=
"#result"
class=
"button2 text-center tm-down-arrow-link"
>
<i
class=
"fas fa-3x fa-caret-down tm-down-arrow"
>
계산해보기
</i>
<button
style=
"color:black"
class=
"fas fa-3x fa-caret-down tm-down-arrow"
type=
"button"
onclick=
"semester();return false;"
>
계산하기
</button>
</a>
</div>
</section>
...
...
Please
register
or
login
to post a comment