From cd8b103a52ab2403ccc597baa3c0d54cc8b59d25 Mon Sep 17 00:00:00 2001 From: tsusu0409 Date: Sat, 4 Jan 2025 19:45:51 +0900 Subject: [PATCH] =?UTF-8?q?header=E3=81=A8footer=E3=82=92=E4=BD=9C?= =?UTF-8?q?=E3=82=8A=E3=81=BE=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/top.css | 43 +++++++++++++++++++++++++++++++++++++++++++ top.html | 11 +++++++---- 2 files changed, 50 insertions(+), 4 deletions(-) diff --git a/css/top.css b/css/top.css index e69de29..47cfad0 100644 --- a/css/top.css +++ b/css/top.css @@ -0,0 +1,43 @@ +*{ + margin: 0; + padding: 0; + box-sizing: border-box; +} + +a, a:visited, a:hover{ + text-decoration: none; +} + +header{ + height: 108px; + color: white; + background-color: blue; + padding: 20px; +} +.title-main{ + font-size: 24px; +} +.title-sub{ + font-size: 12px; +} + +footer{ + height: 108px; + color: white; + background-color: black; + padding: 20px; +} +.footer-title{ + font-size: 16px; +} +.footer-sub{ + font-size: 12px; +} + + +/* 以下各ページ */ +.main { + height: 800px; + background-color: green; +} + diff --git a/top.html b/top.html index 67fd72a..d56ab5c 100644 --- a/top.html +++ b/top.html @@ -5,13 +5,16 @@ coens portal - - - +
+

coens-portal | 応用理工学類 学生ポータルサイト

+

筑波大学 理工学類 応用理工学類の学生生活に関わる情報が集まるポータルサイトです。

+

学生有志により運用されています。

+
\ No newline at end of file