Commit 7f6e42c 1 parent 8a1b105 commit 7f6e42c Copy full SHA for 7f6e42c
File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 18
18
color : # fff ;
19
19
margin : 0 ;
20
20
padding : 16px ;
21
+ display : grid;
22
+ place-content : center;
23
+ min-height : 100vh ;
21
24
}
22
25
23
26
.container {
122
125
display : flex;
123
126
flex-direction : column;
124
127
align-items : center;
128
+ justify-content : center;
125
129
126
130
.chart {
127
131
width : 200px ;
@@ -273,7 +277,7 @@ <h2>Test cases</h2>
273
277
< button class ="send-button "> Benchmark code! 🚀</ button >
274
278
275
279
</ div >
276
- < div class ="chart-container ">
280
+ < aside class ="chart-container ">
277
281
< svg class ="chart " viewBox ="0 0 200 300 ">
278
282
< rect class ="bar " x ="20 " y ="-300 " width ="2 " height ="300 " fill ="green "> </ rect >
279
283
< rect class ="bar " x ="70 " y ="-300 " width ="2 " height ="50 " fill ="yellow "> </ rect >
@@ -287,7 +291,7 @@ <h2>Test cases</h2>
287
291
< span class ="percentage "> 60%</ span >
288
292
< span class ="percentage "> 80%</ span >
289
293
</ div >
290
- </ div >
294
+ </ aside >
291
295
</ main >
292
296
</ body >
293
297
You can’t perform that action at this time.
0 commit comments