style.css
823 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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;
}
.ment{
font-size: 35px;
padding: 50px 0px 50px 0px;
margin: 0px 150px 20px 150px;
border: 5px solid #94661c;
}
.cloth{
width: 230px;
height: 230px;
margin: 20px 40px 0px 40px;
border-radius: 100px;
border: solid 1px black;
}