134df2eaf1
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com>
47 lines
480 B
CSS
47 lines
480 B
CSS
body {
|
|
font-family: Arial, sans-serif;
|
|
font-size: 16px;
|
|
color: #222;
|
|
background-color: #fff;
|
|
text-align: center;
|
|
line-height: 1.4em;
|
|
}
|
|
|
|
main {
|
|
padding: 0;
|
|
margin-top: 40px;
|
|
}
|
|
|
|
h3 {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
|
|
|
|
.user-stories li {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
a {
|
|
color: #2574a9;
|
|
}
|
|
|
|
form {
|
|
margin: 10px auto;
|
|
padding: 20px;
|
|
max-width: 600px;
|
|
}
|
|
|
|
label {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
input {
|
|
padding: 5px;
|
|
}
|
|
|
|
input[type='text'] {
|
|
width: 220px;
|
|
text-align: center;
|
|
}
|