sandbox/django/mysite/polls/static/polls/style.css

7 lines
96 B
CSS

li a {
color: green;
};
body {
background: black url("images/htp.gif") fixed center;
};