diff --git a/assignment6/index.html b/assignment6/index.html new file mode 100644 index 0000000..a4c565b --- /dev/null +++ b/assignment6/index.html @@ -0,0 +1,49 @@ + + + + + + + + + 第6回情報デザイン + + + +
+

+ [Diary] + [ほげ] + [まいわあるど] + [ゲームネタばらし] +

+
+
+
+

まいわあるど

+

はじめに

+

ほげほげ

+

つぎに

+

へろへろ

+

おしまい

+
+ + +
c120090@e.koeki-u.ac.jp
+
+
+
+

【問題2】イタリア風

+
+
+
+
+
+
+ + \ No newline at end of file diff --git a/assignment6/style.css b/assignment6/style.css new file mode 100644 index 0000000..721fafa --- /dev/null +++ b/assignment6/style.css @@ -0,0 +1,74 @@ +h1{ + background-color: #b9a3fc ; + padding: 5px; +} + +section#first{ + font-family: 'New Tegomin', serif; +} + +h2.blue{ + color: #511cf0; +} + +.world{ + border-right:3px double; + margin-right: 27em; + padding:0 20px; +} +.top-menu{ + background-color: #e4fb18; + position: fixed; + right:2ex; + top:40px; + width:25em; + height:13em; + white-space: pre; + line-height: 1.7; + margin-left: 15px; +} + +.bottom-menu{ + display:none; +} + + +section#second{ + background: #fafbec; +} + +h2.italy-heading{ + color: #f34040; +} + +div.italy{ + position: relative; + border: 1px solid #333; + width: 18ex; + height:12ex; +} + +div.italy div{ + position: absolute; + width: 6ex; + height: 12ex; +} + +div.italy div:first-child{ + top:0; + left: 0; + background: #258a3f; +} + + +div.italy div:nth-child(2){ + top: 0; + left:6ex; + background: #ffffff; +} + +div.italy div:last-child{ + top: 0; + left:12ex; + background: #e74646; +} \ No newline at end of file