21 lines
283 B
CSS
21 lines
283 B
CSS
body {
|
|
background-color: #fcfcfc;
|
|
max-width: 750px;
|
|
margin: auto;
|
|
}
|
|
h3 {
|
|
text-align: center;
|
|
color: #100;
|
|
font-family: sans-serif;
|
|
font-weight: bold;
|
|
}
|
|
h4 {
|
|
text-align: center;
|
|
}
|
|
#sendmember {
|
|
float: right;
|
|
}
|
|
#captcha {
|
|
margin-bottom: 10px;
|
|
}
|