Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2019-2-OpenSourceSW
/
Probability Death
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
조민지
2018-12-12 17:03:38 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2d473fe8868aa8d0d1d9876f17c805fc0782e970
2d473fe8
1 parent
40d6d231
폰트 적용
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
graph/main.html
graph/main.html
View file @
2d473fe
...
...
@@ -6,6 +6,9 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<title>
Page Title
</title>
<!-- font -->
<link
href=
"https://fonts.googleapis.com/css?family=Nanum+Brush+Script&subset=korean"
rel=
"stylesheet"
>
<link
href=
"https://fonts.googleapis.com/css?family=Yeon+Sung&subset=korean"
rel=
"stylesheet"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"stylesheet"
type=
"text/css"
media=
"screen"
href=
"main.css"
/>
...
...
@@ -30,11 +33,13 @@
h1
{
color
:
white
;
font-family
:
'Nanum Brush Script'
,
cursive
;
}
label
{
color
:
white
;
font-size
:
20px
;
font-family
:
'Yeon Sung'
,
cursive
;
}
</style>
...
...
@@ -55,7 +60,7 @@
<label>
생년월일
</label>
<input
type=
"text"
name=
"birth"
class=
"form-control"
placeholder=
"971009"
style=
"width:200px;"
>
<br><br><br>
<input
type=
"submit"
value=
"시작하기"
class=
"btn btn-default"
style=
"width:100px;font-weight: bold; font-size: 18px; background-color: white;"
>
<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;"
>
</div>
</form>
</div>
...
...
Please
register
or
login
to post a comment