-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdashboard.css
More file actions
111 lines (96 loc) · 2 KB
/
dashboard.css
File metadata and controls
111 lines (96 loc) · 2 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
width: 100%;
height: 100%;
display: flex;
}
.container{
width: 95%;
height: 680px;
border-radius: 20px;
background-color: rgb(231, 213, 206);
margin-left: 50px;
margin-top: 20px;
border-color: black;
box-shadow: 0 0 50px 1px;
}
.b-1{
width: 95%;
height: 60px;
background-color: rgb(231, 213, 206);
justify-content: space-around;
margin-left: 40px;
border-radius: 20px;
margin-top: 20px;
display: flex;
box-shadow: 0 0 3px 1px;
}
.container .b-2{
margin-top: 50px;
width: 95%;
height:500px;
margin-left: 40px;
background-color: rgb(219, 170, 170);
border-radius: 30px;
}
.dash1
{
margin-top: 8px;
margin-left: 15px;
height: 40px;
width:200px;
border-radius: 10px;
background-color: rgb(124, 101, 187);
margin-right: 10px;
}
.b-1 .dash2{
margin-left: 8px;
margin-top: 8px;
height: 40px;
width:200px;
border-radius: 10px;
background-color: rgb(233, 188, 171);
margin-right: 10px;
}
.b-1 .dash3{
margin-top: 8px;
margin-left: 20px;
height: 40px;
width:200px;
border-radius: 10px;
background-color: rgb(220, 169, 211);
margin-right: 10px;
}
.b-1 .dash4{
margin-left: 10px;
margin-top: 8px;
height: 40px;
width:200px;
border-radius: 10px;
background-color: rgb(174, 216, 228);
margin-right: 10px;
}
.b-1 .dash5{
margin-left: 20px;
margin-top: 8px;
height: 40px;
width:200px;
border-radius: 10px;
background-color: rgb(239, 237, 172);
margin-right: 10px;
}
.b-1 .dash6{
/* margin-left: 20px; */
margin-right: 20%;
margin-top: 8px;
height: 40px;
width:200px;
border-radius: 10px;
background-color: rgb(177, 232, 179);
justify-content: end;
margin-right: 10px;
}