12 lines
205 B
Plaintext
12 lines
205 B
Plaintext
|
|
.gesture-box {
|
|
width: 300px;
|
|
height: 300px;
|
|
background-color: #f0f9ff;
|
|
border: 1px solid #409eff;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin: 20px auto;
|
|
}
|