diff --git a/polls/static/polls/images/background.jpg b/polls/static/polls/images/background.jpg new file mode 100644 index 0000000..c47c004 Binary files /dev/null and b/polls/static/polls/images/background.jpg differ diff --git a/polls/static/polls/style.css b/polls/static/polls/style.css new file mode 100644 index 0000000..2fdfd86 --- /dev/null +++ b/polls/static/polls/style.css @@ -0,0 +1,6 @@ +li a { + color: green; +} +body { + background: white url("images/background.jpg") no-repeat; +} \ No newline at end of file diff --git a/polls/templates/polls/index.html b/polls/templates/polls/index.html index cc41400..04410ae 100644 --- a/polls/templates/polls/index.html +++ b/polls/templates/polls/index.html @@ -1,3 +1,7 @@ +{% load static %} + + + {% if latest_question_list %}