@charset "utf-8";
body {
background: #00ff00 url("http://www.lfvh.com/cn/images/background4.jpg") no-repeat fixed center;
color: #272727;
font: 16px/40px "Open Sans", sans-serif;
margin: 0;
}
h2 { margin: 0; }
hr {
background: #4CAF50;
border: none;
height: 1px;
margin: 0;
min-height: 1px;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
.container {
height: 320px;
left: 50%;
margin: -160px 0 0 -152px;
position: absolute;
top: 50%;
width: 304px;
}
.to-do-list {
background: -webkit-linear-gradient(top, #aaa, #fff 2%);
background: -moz-linear-gradient(top, #aaa, #fff 2%);
background: -o-linear-gradient(top, #aaa, #fff 2%);
background: -ms-linear-gradient(top, #aaa, #fff 2%);
background: linear-gradient(top, #aaa, #fff 2%);
-webkit-background-size: 100% 40px;
-moz-background-size: 100% 40px;
background-size: 100% 40px;