diff --git a/README.md b/README.md index 2ce9f2a..d0743ca 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,6 @@ * [10回](../../pages/assignment10/index.html) * [11回](../../pages/assignment11/index.html) * [12回](../../pages/assignment12/index.html) +* [13回](../../pages/assignment13/index.html) * [vrtest](../../pages/test/vrtest.html) * [vrtest2](../../pages/test/vrtest2.html) diff --git a/assignment13/index.html b/assignment13/index.html new file mode 100644 index 0000000..4b29b20 --- /dev/null +++ b/assignment13/index.html @@ -0,0 +1,30 @@ + + + + + + + 第13回情報デザイン論課題ページ + + +
+
心に
山ありて
幸いなり
+
+

酒田市美術館・
土門拳記念館連携企画

+

山岳写真家

+

白簱史朗展

+
+ +

4/29土·祝-6/25日 会期中無休

+ +
+ + \ No newline at end of file diff --git a/assignment13/style.css b/assignment13/style.css new file mode 100644 index 0000000..2ed89eb --- /dev/null +++ b/assignment13/style.css @@ -0,0 +1,40 @@ +body{ + background-color: #ececec; + color: #fff; + margin-left: 15%; + margin-right: 15%; + font-size: 62.5%; +} + +h1.reset,p.reset{ + margin: 0; + padding:0; +} + +div.wrapper{ + background: url(../myHobby/img/13_bg.jpg) no-repeat bottom; + background-size: cover; + padding: 200px 50px 5px; +} + +div.heading{ + font-family: serif; +} + +h1{ + font-size: 3rem; +} + + + +div > p:nth-child(2){ + font-size: 1.5rem; +} + +li{ + display: list-item; + list-style: square; +} +li::marker{ + font-size: 0.9rem; +} \ No newline at end of file diff --git a/myHobby/img/13-bg.jpg b/myHobby/img/13-bg.jpg new file mode 100644 index 0000000..fdf7b2c --- /dev/null +++ b/myHobby/img/13-bg.jpg Binary files differ diff --git a/myHobby/img/13_bg.jpg b/myHobby/img/13_bg.jpg new file mode 100644 index 0000000..d18b72c --- /dev/null +++ b/myHobby/img/13_bg.jpg Binary files differ