Style polls page

This commit is contained in:
sosokker 2023-08-28 20:51:27 +07:00
parent b2e7376f99
commit d271325ab1
3 changed files with 10 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -0,0 +1,6 @@
li a {
color: green;
}
body {
background: white url("images/background.jpg") no-repeat;
}

View File

@ -1,3 +1,7 @@
{% load static %}
<link rel="stylesheet" href="{% static 'polls/style.css' %}">
{% if latest_question_list %} {% if latest_question_list %}
<ul> <ul>
{% for question in latest_question_list %} {% for question in latest_question_list %}