-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsearch_result.css
120 lines (107 loc) · 2.04 KB
/
search_result.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
body{
background-repeat: no-repeat;
/* backdrop-filter: blur(8px); */
background-color: rgb(215, 250, 241);
background-position: center;
background-attachment: fixed;
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
}
nav{
margin-bottom: 5%;
text-align: right;
text-decoration-color: black;
padding-bottom: 20px;
border-bottom-style: solid;
border-bottom-width: 1px;
}
.Except_Login-Signup{
margin: 10px;
}
a{
text-decoration: none;
color: black;
/* margin: 10px; */
}
li{
list-style: none;
display: inline-block;
}
.Button{
/* display: block; */
margin: 6px;
width:6px;
height:6px;
background: black;
padding: 5px;
text-align: center;
border-radius: 8px;
color: white;
line-height: 15px;
}
.Box{
display: flex;
flex-direction: row;
justify-content: space-between;
margin-left: 2.5%;
margin-right: 2.5%;
/* display:table; */
}
.Box1,.Box2,.Box3{
/* display: table-cell; */
background-color: rgba(0, 0, 0, 0.596);
height: 400px;
border-radius: 25px;
width: 30%;
}
.Footer_contents{
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.699);
height: 5%;
width: 100vw;
padding-top: 40px;
}
.Hospital_info{
text-align: center;
text-decoration: aliceblue;
}
.Hospital_beds{
justify-content: space-between;
text-align: left;
border-top-style: solid;
border-top-width: 1px;
}
.Blood{
top: 15px;
position: relative;
height: 50px;
width: 50px;
}
.Beds{
top: 15px;
position: relative;
height: 50px;
width: 50px;
}
.Oxygen{
top: 15px;
position: relative;
margin-top: 15px;
margin-left: 15px;
margin-right: 20px;
height: 50px;
width: 16px;
}
.Bed_data{
margin-left: 8%;
color: rgba(252, 252, 252, 0.719);
/* border-bottom-style:double;
border-bottom-color: rgba(223, 223, 223, 0.562); */
}
.ImageLogo{
margin-top: 10px;
}