Files
rss-visualizer/css/style.css
T
2011-05-24 14:22:23 +08:00

17 lines
265 B
CSS

body {
/*background-image: url(../images/bg01.jpg);*/
background-color: #0576dc;
text-shadow: 0px 1px 1px #111;
color: #fff;
font-family: "Lucida Grande";
}
#container {
margin: 0 auto;
width: 70%;
margin-top: 10%;
}
article {
font-size: 40px;
}