changeset 3003:ef61ef8bef50

higawari.htmlとmain.cssを編集
author GOTO Sakuya <c113061@e.koeki-u.ac.jp>
date Tue, 15 Dec 2015 17:35:20 +0900
parents 714e11fff06a
children b48219c954d8
files shuzai/higawari/higawari.html shuzai/higawari/main.css
diffstat 2 files changed, 53 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/shuzai/higawari/higawari.html	Tue Dec 15 17:17:26 2015 +0900
+++ b/shuzai/higawari/higawari.html	Tue Dec 15 17:35:20 2015 +0900
@@ -2,7 +2,7 @@
 <head>
 <title>日替わりランチ</title>
 <link rel="stylesheet"type="text/css"href="../../skip.css">
-<link rel="stylesheet" type="text/css" href="higawari.css">
+<link rel="stylesheet" type="text/css" href="main.css">
 </head>
 <!--以上設定等-->
 
@@ -16,7 +16,7 @@
 <p>メニュー一覧</p>
 <p>(気になる写真をクリックで詳細ページへ)</p>
 
-<div class="image">
+<div class="iconmenu">
 <!--登録店舗一覧の枠-->
 
 <div class="pic1"><p>赤ねぎとサーモンのクリームパスタ</p><p><a href="moare.html"><img src="negisamon.jpg"alt="赤ねぎとサーモンのクリーム"width="150"hight="100"></a></p></div>
--- a/shuzai/higawari/main.css	Tue Dec 15 17:17:26 2015 +0900
+++ b/shuzai/higawari/main.css	Tue Dec 15 17:35:20 2015 +0900
@@ -1,6 +1,7 @@
 body {
      background-color: #ffbb55;
-     ration: underline; color: #682e08;
+     ration: underline; 
+     color: #682e08;
      color: black; 
      font-size: ;
      text-shadow: 1px 1px 3px white;
@@ -9,11 +10,57 @@
       }
 
 a:link{color: #b2a68c;
-       text-decoration: underline;} 
+       } 
 
-a:visited{color: #ffffff;
-          text-decoration: underline;} 
+a:visited{color: blue;
+          } 
 
 a:hover{background-color: red;}
 
+div.menu{
+	width: 80%;
+	text-align: left;
+	background-color:;
+	border: solid #ff9900 5px;
+	}
 
+div.info1{
+	width: 800px;
+	min-height: 800px;
+	text-align: left;
+	padding: px;
+	float: left;
+	}
+
+div.tizu{
+	background-color: #ffd355;
+	border: solid #ff9900 5px;
+	margin-width: 100px;
+	padding: 10px;}
+
+div.info2{
+	width: 800px;
+	min-height: 800px;
+	padding: ;
+	float:;
+	}
+
+#map {
+  width: 600px;
+  height: 400px;
+  }
+
+div.image{
+	width: 1500px;
+	margin: 10px;
+	padding: 10px;}
+
+div.iconmenu div{
+	     width: 180px;
+	     min-height: 180px;
+	     text-align: center;
+	     padding: 15px;
+	     float: left;
+	     }
+
+div.iconmenu div p {padding: 0; margin: 0;}

yatex.org