Show sourcecode
The following files exists in this folder. Click to view.
stylesheet.css
18 lines ASCII Windows (CRLF)
p {
font-size: 16px;
}
body {
text-align: center;
}
.error {
color: red;
}
button {
border-radius: 30px;
text-align: center;
padding: 5px;
}
.input {
border-radius: 20px;
}