14 lines
184 B
CSS
14 lines
184 B
CSS
body{
|
|
background-color: #94efef;
|
|
color: #000000;
|
|
text-align: center;
|
|
margin: 0 20% 0 20%;
|
|
padding: 10%;
|
|
}
|
|
|
|
form {
|
|
border: 3px solid #00ff21;
|
|
}
|
|
.input{
|
|
margin: 15px;
|
|
} |