From 856fc958ce972166a9b08e74dd571ed89d95cd96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Fri, 20 May 2022 03:46:31 +0900 Subject: [PATCH] =?UTF-8?q?hr=E3=81=AE=E3=82=B9=E3=82=BF=E3=82=A4=E3=83=AA?= =?UTF-8?q?=E3=83=B3=E3=82=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www/static/style.css b/www/static/style.css index 10c9a4b..0a1a993 100644 --- a/www/static/style.css +++ b/www/static/style.css @@ -8,6 +8,12 @@ a { text-decoration: none; } +hr { + border-color: #dd00dd; + box-shadow: 2px 2px 10px #ff00ff; + width: 100%; +} + h1, .footer { text-align: center; }