diff --git a/polls/static/polls/style.css b/polls/static/polls/style.css new file mode 100644 index 0000000..188d33b --- /dev/null +++ b/polls/static/polls/style.css @@ -0,0 +1,8 @@ +li a { + color: green; +} + +body { + background: white url("images/background.jpg") no-repeat; + background-position: top; +}