From 9038413f145f66fdfe35b8ccae1befe9d12b3b59 Mon Sep 17 00:00:00 2001 From: Basyrov Rustam Date: Wed, 4 Jun 2025 19:15:10 +0300 Subject: [PATCH] init style css --- polls/static/polls/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 polls/static/polls/style.css 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; +}