6 lines
79 B
CSS
6 lines
79 B
CSS
.button {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|