9 lines
93 B
CSS
9 lines
93 B
CSS
body {
|
|
background-color: black;
|
|
color: black;
|
|
}
|
|
|
|
.form_div {
|
|
text-align: center;
|
|
}
|