From 4ed02f6a294b189b63cbc5c50181972ff0249eca 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: Wed, 30 Mar 2022 03:54:49 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=9E=E3=83=B3=E3=82=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 3 +++ style.css | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 5b0483b..62aa4e5 100644 --- a/index.html +++ b/index.html @@ -83,5 +83,8 @@ 次世代の076 + diff --git a/style.css b/style.css index 1ba5b61..23079fd 100644 --- a/style.css +++ b/style.css @@ -5,12 +5,14 @@ body { a { color: #ea81e8; } -h1 { +h1, .footer { text-align: center; } hr { border-color: #8800dd; box-shadow: 2px 2px 10px #9900ff; + width: 100%; + max-width: 1700px; } .container { width: 100%;