11 lines
240 B
CSS
11 lines
240 B
CSS
#form {
|
|
border-radius: 15px;
|
|
display: flex;
|
|
text-align: center;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-content: space-between;
|
|
padding-left: 15%;
|
|
padding-right: 15%;
|
|
margin-bottom: 5rem;
|
|
} |