13 lines
147 B
CSS
13 lines
147 B
CSS
* {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
body {
|
|
background-color: black;
|
|
color: black;
|
|
}
|
|
|
|
.form_div {
|
|
text-align: center;
|
|
}
|