Files
web2.0-backend/members/static/css/application.css
T

18 lines
245 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;
}