diff --git a/djlearn/polls/static/polls/images/bg.jpg b/djlearn/polls/static/polls/images/bg.jpg new file mode 100644 index 0000000..316f41c Binary files /dev/null and b/djlearn/polls/static/polls/images/bg.jpg differ diff --git a/djlearn/polls/static/polls/style.css b/djlearn/polls/static/polls/style.css new file mode 100644 index 0000000..47af404 --- /dev/null +++ b/djlearn/polls/static/polls/style.css @@ -0,0 +1,7 @@ +li a { + color: red; +} + +body { + background: white url("images/bg.jpg") no-repeat; +} diff --git a/djlearn/polls/templates/polls/index.html b/djlearn/polls/templates/polls/index.html index 4560139..366983e 100644 --- a/djlearn/polls/templates/polls/index.html +++ b/djlearn/polls/templates/polls/index.html @@ -1,3 +1,7 @@ +{% load static %} + + + {% if latest_question_list %}