Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김윤지
/
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
조인화
2019-06-05 20:02:51 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fc6b02e3a951e7da249bd6bd49a908bd9076d257
fc6b02e3
1 parent
a716ccbb
폰트 수정
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
15 deletions
graph/index.html
graph/main.html
graph/index.html
View file @
fc6b02e
...
...
@@ -3,8 +3,7 @@
<head>
<!-- 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"
/>
<link
href=
"https://fonts.googleapis.com/css?family=Do+Hyeon&display=swap"
rel=
"stylesheet"
>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
...
...
@@ -71,8 +70,8 @@
text
:
"실시간 사망률"
,
style
:
{
color
:
"#FFFFFF"
,
fontWeight
:
"bold"
,
fontFamily
:
'
Yeon Sung
'
,
//
fontWeight: "bold",
fontFamily
:
'
Do Hyeon
'
,
fontSize
:
'32px'
}
},
...
...
@@ -191,8 +190,8 @@ plotOptions: {
text
:
"기온"
,
style
:
{
color
:
"#FFFFFF"
,
fontWeight
:
"bold"
,
fontFamily
:
'
Yeon Sung
'
,
//
fontWeight: "bold",
fontFamily
:
'
Do Hyeon
'
,
fontSize
:
'25px'
}
...
...
@@ -300,8 +299,8 @@ plotOptions: {
text
:
"풍속"
,
style
:
{
color
:
"#FFFFFF"
,
fontWeight
:
"bold"
,
fontFamily
:
'
Yeon Sung
'
,
//
fontWeight: "bold",
fontFamily
:
'
Do Hyeon
'
,
fontSize
:
'25px'
}
},
...
...
@@ -408,8 +407,8 @@ plotOptions: {
text
:
"강수량"
,
style
:
{
color
:
"#FFFFFF"
,
fontWeight
:
"bold"
,
fontFamily
:
'
Yeon Sung
'
,
//
fontWeight: "bold",
fontFamily
:
'
Do Hyeon
'
,
fontSize
:
'25px'
}
},
...
...
graph/main.html
View file @
fc6b02e
...
...
@@ -9,6 +9,7 @@
<!-- 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"
>
<link
href=
"https://fonts.googleapis.com/css?family=Do+Hyeon&display=swap"
rel=
"stylesheet"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"stylesheet"
type=
"text/css"
media=
"screen"
href=
"main.css"
/>
...
...
@@ -25,7 +26,7 @@
<style
type=
"text/css"
>
body
{
/* background-image: url('
background.jp
g');
/* background-image: url('
newbackground.pn
g');
background-repeat: no-repeat;
background-size: cover; */
/* background: linear-gradient( to bottom, #fbc2eb, #a6c1ee ); */
...
...
@@ -33,13 +34,13 @@
h1
{
color
:
white
;
font-family
:
'
Nanum Brush Script'
,
cursive
;
font-family
:
'
Do Hyeon'
,
sans-serif
;
}
label
{
color
:
white
;
font-size
:
20px
;
font-family
:
'
Yeon Sung'
,
cursive
;
font-family
:
'
Do Hyeon'
,
sans-serif
;
}
#banner
{
position
:
absolute
;
...
...
@@ -52,7 +53,7 @@
width
:
100%
;
height
:
50px
;
text-align
:
center
;
font-family
:
'
Yeon Sung'
,
cursive
;
font-family
:
'
Do Hyeon'
,
sans-serif
;
color
:
white
;
}
</style>
...
...
@@ -75,7 +76,7 @@
<label>
생년월일
</label>
<input
type=
"text"
name=
"birth"
class=
"form-control"
placeholder=
"991025"
style=
"width:200px;"
>
<br><br><br>
<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;"
>
<input
type=
"submit"
value=
"시작하기"
class=
"btn btn-default"
style=
"font-family: '
Do Hyeon
', cursive; width:100px;font-weight: bold; font-size: 18px; background-color: white;"
>
</div>
</form>
</div>
...
...
Please
register
or
login
to post a comment