Armen Vartan b9a8397f34 files
2014-12-01 12:17:43 -05:00

20 lines
235 B
CSS

body {
margin: 0 auto;
font-size: 20px;
}
#post-comment {
margin-top: 20px;
text-align: center;
}
li {
list-style: none;
height: 30px;
width: 100%;
padding: 1em;
}
li:nth-child(odd) {
background-color: lightgrey;
}