From 7f5826ad4678954b999aaaaacf982627ae1cc176 Mon Sep 17 00:00:00 2001 From: artem Date: Mon, 1 May 2023 06:09:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/static/styles.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 server/static/styles.css diff --git a/server/static/styles.css b/server/static/styles.css new file mode 100644 index 0000000..9f4616b --- /dev/null +++ b/server/static/styles.css @@ -0,0 +1,19 @@ +body { + background: #fff; + margin: 0; + border: none; +} + +img { + margin: 0; + border: none; +} + +h1 { + text-align: center; +} + +#main { + max-width: 1024px; + margin: auto; +} \ No newline at end of file