24 lines
379 B
CSS
24 lines
379 B
CSS
main{
|
|
padding: 3rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#formtot{
|
|
background-color: rgba(255, 255, 255, 0.733);
|
|
border-radius: 1rem;
|
|
border: solid 2px black;
|
|
padding: 1rem;
|
|
}
|
|
|
|
#intro{
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#form{
|
|
padding-top: 1rem;
|
|
} |