-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
95 lines (88 loc) · 1.44 KB
/
index.css
File metadata and controls
95 lines (88 loc) · 1.44 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
*{
margin: 0px;
padding: 0px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
#container{
display: flex;
width: 60%;
margin: auto;
gap: 30px;
height: 400px;
margin-top: 100px;
}
#div1{
display: flex;
width: 35%;
box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
height: 100%;
color: blue;
}
#div2{
width: 70%;
box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
height: 100%;
}
#serach{
display: flex;
justify-content: center;
margin-top: 20px;
}
#gmap_canvas{
width: 100%;
}
#div1>div{
display: flex;
flex-direction: column;
}
#minImg{
width: 25px;
height: 25px;
margin-top: -6px;
}
#minDiv{
display: flex;
gap: 5px;
margin-bottom: 7px;
}
#maxImg{
width: 25px;
height: 25px;
margin-top: -6px;
}
#maxDiv{
display: flex;
gap: 5px;
margin-bottom: 7px;
}
#div1>div{
margin-top: 47px;
margin-left: 60px;
gap: 12px;
}
#cloudDiv>img{
width: 23px;
height: 23px;
}
#cloudDiv{
display: flex;
gap: 5px;
margin-bottom: 7px;
}
p{
margin-bottom: 10px;
}
#icon{
position: relative;
left: 875px;
bottom: 33px;
}
#icon>img{
width: 2%;
cursor: pointer;
}
#myinput{
padding: 10px 140px 10px 10px;
border: 1px solid gray;
border-radius: 20px;
}