From 39bbd9ae490c0454adb3e4806e3cdf17ff57929b Mon Sep 17 00:00:00 2001 From: SHINNuniv Date: Thu, 15 Feb 2024 02:20:40 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[change]=20toppage.html=E3=81=8B=E3=82=89in?= =?UTF-8?q?dex.html=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- toppage.html => index.html | 0 toppage.css | 62 -------------------------------------- 2 files changed, 62 deletions(-) rename toppage.html => index.html (100%) delete mode 100644 toppage.css diff --git a/toppage.html b/index.html similarity index 100% rename from toppage.html rename to index.html diff --git a/toppage.css b/toppage.css deleted file mode 100644 index 0c478db..0000000 --- a/toppage.css +++ /dev/null @@ -1,62 +0,0 @@ -* { - margin:0; - padding:0; -} - -header { - width: 100%; - padding: 15px 0; - margin: 0 auto; - text-align: center; - display: flex; -} - -header .headline{ - font-size: 32px; - margin-left: auto; -} - -.nav-list { - text-align: center; - padding: 10px 0; - margin: 0 auto; -} - -.nav-list-item { - list-style: none; - display: inline-block; - margin: 0 20px; -} - -.profile { - text-align: center; - margin-top:50px; -} - -.icon { - width: 250px; - height: 250px; -} - -.profile-detail { - margin-top: 25px; - margin-bottom: 25px; - text-align: center; -} - -ul.profile-align { - text-align: left; - display: inline-block; -} - -.profile-items { - margin: 10px auto; - font-weight: 700; - font-size: 20px; - list-style: none; -} - -a.img-style { - color: inherit; /* リンクの色を親要素と同じ色に設定 */ - text-decoration: none; /* リンクの下線を削除 */ -} From b52084c97a40bd1ff1e4677debfc1de324361f46 Mon Sep 17 00:00:00 2001 From: SHINNuniv Date: Thu, 15 Feb 2024 02:21:01 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[change]=20toppage.css=E3=81=8B=E3=82=89pag?= =?UTF-8?q?e.css=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- page.css | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 page.css diff --git a/page.css b/page.css new file mode 100644 index 0000000..0c478db --- /dev/null +++ b/page.css @@ -0,0 +1,62 @@ +* { + margin:0; + padding:0; +} + +header { + width: 100%; + padding: 15px 0; + margin: 0 auto; + text-align: center; + display: flex; +} + +header .headline{ + font-size: 32px; + margin-left: auto; +} + +.nav-list { + text-align: center; + padding: 10px 0; + margin: 0 auto; +} + +.nav-list-item { + list-style: none; + display: inline-block; + margin: 0 20px; +} + +.profile { + text-align: center; + margin-top:50px; +} + +.icon { + width: 250px; + height: 250px; +} + +.profile-detail { + margin-top: 25px; + margin-bottom: 25px; + text-align: center; +} + +ul.profile-align { + text-align: left; + display: inline-block; +} + +.profile-items { + margin: 10px auto; + font-weight: 700; + font-size: 20px; + list-style: none; +} + +a.img-style { + color: inherit; /* リンクの色を親要素と同じ色に設定 */ + text-decoration: none; /* リンクの下線を削除 */ +}