Mode:
Duration:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
body, html {
height: 100%;
margin: 0;
}
.container {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
background: #f0f0f0;
}
.box {
width: 200px;
height: 200px;
background: #007bff;
color: white;
display: flex;
justify-content: center;
align-items: center;
border-radius: 8px;
}Coding works best on desktop or with an external keyboard.