1
+ @import url ('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto:wght@400;500&display=swap' );
2
+
3
+
1
4
* {
2
5
margin : 0 ;
3
6
padding : 0 ;
4
7
overflow-x : hidden;
5
8
}
6
9
body {
7
10
min-height : 100vh ;
8
- background-color : rgb (163 , 159 , 159 );
11
+ background-color : # e9ecef ;
12
+ font-family : 'Open Sans' , sans-serif;
13
+ /* font-family: 'Roboto', sans-serif; */
14
+
9
15
}
10
16
11
17
.container {
22
28
.subcontainer1 {
23
29
display : grid;
24
30
grid-template-rows : 2.5fr 5fr 2.5fr ;
25
- background-color : antiquewhite;
31
+ background-color : # f8f9fa ;
32
+ /* background-color: antiquewhite; */
26
33
/* border: 1px solid blue; */
27
34
}
28
35
@@ -35,8 +42,14 @@ body {
35
42
.subcontainer2 {
36
43
display : grid;
37
44
grid-template-rows : 2fr repeat (9 , 1fr );
45
+ padding-top : 30px ;
38
46
/* border: 1px solid blue; */
39
47
}
48
+ .row1 {
49
+ display : flex;
50
+ padding : 15px ;
51
+ gap : 5px ;
52
+ }
40
53
41
54
.row4 ,
42
55
.row5 ,
49
62
.row12 ,
50
63
.row13 ,
51
64
.row14 {
52
- border : 1px solid lightgrey;
65
+ border-bottom : 1px solid lightgrey;
53
66
}
54
67
55
68
.row2 {
60
73
}
61
74
62
75
.row2 div {
63
- height : 50px ;
76
+ /* height: 50px; */
77
+ width : fit-content;
64
78
}
65
79
66
80
.row3 {
@@ -94,35 +108,64 @@ body {
94
108
.flex {
95
109
display : flex;
96
110
justify-content : space-around;
97
- background-color : # c5e4ef ;
98
- margin-top : 10px ;
99
- border : 1px solid black;
100
- padding : 2.5px ;
111
+ background-color : # f8f9fa ;
112
+ margin-top : 20px ;
113
+ border : 1px solid grey;
114
+ padding : 4px ;
115
+ border-radius : 2px ;
101
116
}
102
117
103
- button .button {
118
+
119
+ .button {
120
+ width : 160px ;
121
+ height : 30px ;
104
122
padding : 3.6px ;
123
+ color : grey;
105
124
font-size : 13px ;
125
+ font-weight : bold;
126
+ background-color : transparent;
127
+ border : 1px solid grey;
128
+ border-radius : 5px ;
106
129
}
107
130
108
131
.connected {
132
+ width : 100px ;
133
+ height : 35px ;
109
134
padding : 0.7px 8px 0.7px 8px ;
110
135
background-color : black;
111
136
color : white;
112
137
font-size : 11px ;
138
+ border-radius : 5px ;
139
+ margin-left : 17px ;
113
140
}
114
141
115
142
.connect {
143
+ width : 70px ;
144
+ height : 35px ;
145
+ padding : 0.7px 8px 0.7px 7px ;
146
+ background-color : transparent;
147
+ border : 1px solid grey;
148
+ color : black;
116
149
font-size : 11px ;
150
+ font-weight : bold;
151
+ border-radius : 5px ;
117
152
}
118
153
119
154
.lower {
155
+ width : 140px ;
156
+ height : 25px ;
120
157
padding : 3px 24px 2.5px 3px ;
158
+ background-color : transparent;
159
+ border : 1px solid grey;
160
+ color : grey;
161
+ font-size : 11px ;
162
+ font-weight : bold;
163
+ border-radius : 5px ;
121
164
margin-left : 10px ;
122
165
}
123
166
124
167
# lower {
125
- margin-top : 27 px ;
168
+ margin-top : 38 px ;
126
169
}
127
170
128
171
.row5 ,
@@ -180,12 +223,36 @@ button .button {
180
223
border-radius : 5px ;
181
224
}
182
225
.b1 {
183
- width : 130px ;
184
- border : 1px sold grey;
226
+ width : 100px ;
227
+ height : 35px ;
228
+ padding : 0.7px 8px 0.7px 7px ;
229
+ background-color : transparent;
230
+ border : 1px solid grey;
231
+ color : black;
232
+ font-size : 11px ;
233
+ font-weight : bold;
234
+ border-radius : 5px ;
185
235
}
186
236
187
237
.b2 {
238
+ width : 100px ;
239
+ height : 35px ;
240
+ padding : 0.7px 8px 0.7px 8px ;
188
241
background-color : black;
189
242
color : white;
190
- width : 100px ;
243
+ font-size : 11px ;
244
+ border-radius : 5px ;
245
+ }
246
+
247
+ hr {
248
+ width : 22% ;
249
+ display : inline-block;
191
250
}
251
+ hr .black {
252
+ border : 3px solid black;
253
+ border-radius : 5px ;
254
+ }
255
+ hr .white {
256
+ border : 3px solid white;
257
+ border-radius : 5px ;
258
+ }
0 commit comments