-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
87 lines (77 loc) · 1.41 KB
/
Copy pathstyle.css
File metadata and controls
87 lines (77 loc) · 1.41 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
body{
justify-content: space-between;
background-color: #FFE59D;
}
.nav-sc{
width: 100%;
background: #000;
text-align: center;
justify-content: space-between;
}
.name{
margin:auto;
width: 100%;
color: wheat;
}
.list{
width: 20%;
}
.main{
width: 100%;
height: 100vh;
display: flex;
justify-content:space-between;
align-items: center;
}
.left{
border: 2px solid black;
/* background: #000; */
margin: 5rem,0,0,5rem;
height: 70vh;
width : 30%;
}
.right{
/* background:blue; */
border: 2px solid black;
height: 40vh;
width :40%;
}
.amb-dis{
justify-content: space-between;
display: flex;
flex-wrap: wrap;
width: 90%;
height: auto;
margin: 2.5rem auto;
padding: 10px;
position: relative;
border: 2px solid black;
}
.bed-dis{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 90%;
height: auto;
margin: 2.5rem auto 0;
padding: 10px;
position: relative;
border: 2px solid black;
}
.bed-typ{
align-items: center;
justify-content: center;
height: 45%;
display: flex;
flex-wrap: wrap;
}
.icu{
height: 70%;
width: 45%;
border: 2px solid black;
}
.emg{
width: 45%;
height: 70%;
border: 2px solid black;
}