6 lines
77 B
Text
6 lines
77 B
Text
|
.form {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
}
|