diff --git a/SKIP/index.html b/SKIP/index.html index e8b594e..7d1ef5d 100644 --- a/SKIP/index.html +++ b/SKIP/index.html @@ -1,4 +1,4 @@ -about + @@ -45,7 +45,7 @@
アイコン
-

サンプル活動1

+

野鳥の調査をしました。

サンプル活動紹介サンプル活動紹介サンプル活動紹介サンプル活動紹介サンプル活動紹介サンプル活動紹介

@@ -55,7 +55,7 @@
アイコン
-

サンプル活動2

+

酒田市のカフェを散策しました。

サンプル活動紹介サンプル活動紹介サンプル活動紹介サンプル活動紹介サンプル活動紹介サンプル活動紹介

@@ -65,7 +65,7 @@
アイコン
-

サンプル活動3

+

松が丘開墾場での調査をしました。

サンプル活動紹介サンプル活動紹介サンプル活動紹介サンプル活動紹介サンプル活動紹介サンプル活動紹介

@@ -76,7 +76,10 @@
-
+
+

About

+

+
diff --git a/SKIP/style.css b/SKIP/style.css index a4db0d3..9b50d6f 100644 --- a/SKIP/style.css +++ b/SKIP/style.css @@ -93,6 +93,7 @@ .introduction p{ text-align: center; color: #0a9b94; + font-size: 18px; } .skip-mean{ font-size: 50px; @@ -106,6 +107,7 @@ text-align: center; font-size: 40px; color: #0a9b94; + padding-bottom: 15px; } .activities a:hover .activity{ background-color: #E8C1A5; @@ -124,7 +126,7 @@ width:100%; height: 120px; padding: 10px 0; - margin:15px 0; + margin:20px 0; background-color: #ff905a /*#ff7e5a*/; position: relative; border-radius: 10px 10px 10px 10px; @@ -153,6 +155,13 @@ transition: 1s; } +/*common*/ +.common-title{ + text-align: center; + font-size: 40px; + color: #0a9b94; +} + /*フッター*/ footer{ background-color: #313131; @@ -162,4 +171,4 @@ footer p{ text-align: center; color: #f4f4f4; -} \ No newline at end of file +}