mirror of
https://github.com/anatolykopyl/registration.git
synced 2026-03-26 21:05:26 +00:00
14 lines
188 B
CSS
14 lines
188 B
CSS
* {
|
|
text-align: center;
|
|
font-family: 'Courier New', Courier, monospace;
|
|
}
|
|
|
|
span.input_row {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
form {
|
|
width: 30%;
|
|
margin: auto;
|
|
} |