From 4faaa042cb504b4d8a573a3e8e2634b6fbfd8b94 Mon Sep 17 00:00:00 2001 From: Basyrov Rustam Date: Thu, 5 Jun 2025 01:37:13 +0300 Subject: [PATCH] some style --- polls/static/polls/style.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/polls/static/polls/style.css b/polls/static/polls/style.css index 188d33b..b9f05ec 100644 --- a/polls/static/polls/style.css +++ b/polls/static/polls/style.css @@ -3,6 +3,20 @@ li a { } body { - background: white url("images/background.jpg") no-repeat; + background: white; background-position: top; + font-size: 200%; +} + +h1 { + text-align: center; +} + +div { + text-align: center; +} +ul { + display: inline-block; + padding: 0; + margin: 0; }