style.css
562 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
body{
font-family: 'Noto Sans KR', sans-serif;
}
.main, .sub{
margin-top: 200px;
text-align: center;
}
.icon{
width: 550px;
height: 550px;
}
#location_input{
width: 400px;
font-size: 50px;
}
#location_button{
font-size:50px;
}
.result_icon{
font-family: 'Noto Sans KR', sans-serif;
margin-left: 30px;
margin-right: 30px;
display: inline-block;
width: 225px;
height: 225px;
background-image: url("/image/circle.png");
padding-top: 50px;
font-size: 35px;
}
.temper{
font-size: 55px;
}