-
Notifications
You must be signed in to change notification settings - Fork 2
/
secondgoa.css
80 lines (70 loc) · 1.2 KB
/
secondgoa.css
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
#filter{
/* border:1px solid red; */
width:100%;
height:50px;
display: flex;
justify-content: space-between;
align-items: center;
}
hr{
width: 100%;
margin: auto;
margin-top: 20px;
height: 0px;
background-color: grey;
margin-bottom: 20px;
}
#sort{
width:100%;
height:50px;
/* border: 1px solid red; */
display:flex;
justify-content: space-between;
align-items: center;
}
#sort>div{
/* border: 1px solid red; */
display:flex;
justify-content: space-between;
align-items: center;
}
#sort>div>select{
border-radius: 10px;
padding:5px;
color:blue;
}
#container{
width:100%;
/* border:1px solid red; */
height:100%;
display: flex;
}
#datahotel{
/* border:1px solid blue; */
width:60%;
/* height: 1000px; */
}
#maps{
/* border:1px solid blue; */
width:40%;
height: 750px;
position: fixed;
left: 920px;
}
#dataContainer{
gap:40px;
margin-top:40px
}
#dataContainer{
gap:40px;
}
#dataContainer #cont{
display: flex;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
gap:80px;
/* border:1px solid red; */
margin:30px
}
#dataContainer div>img{
width:400px;
}