mirror of
https://github.com/Sosokker/ku-polls.git
synced 2025-12-18 21:14:05 +01:00
Style polls page
This commit is contained in:
parent
b2e7376f99
commit
d271325ab1
BIN
polls/static/polls/images/background.jpg
Normal file
BIN
polls/static/polls/images/background.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
6
polls/static/polls/style.css
Normal file
6
polls/static/polls/style.css
Normal file
@ -0,0 +1,6 @@
|
||||
li a {
|
||||
color: green;
|
||||
}
|
||||
body {
|
||||
background: white url("images/background.jpg") no-repeat;
|
||||
}
|
||||
@ -1,3 +1,7 @@
|
||||
{% load static %}
|
||||
|
||||
<link rel="stylesheet" href="{% static 'polls/style.css' %}">
|
||||
|
||||
{% if latest_question_list %}
|
||||
<ul>
|
||||
{% for question in latest_question_list %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user