Mercurial > hgrepos > hgweb.cgi > skipweb
changeset 1124:de74d85c1fff
merged
author | GOTO Sakuya<c113061@e.koeki-u.ac.jp> |
---|---|
date | Tue, 01 Dec 2015 19:08:59 +0900 |
parents | 7a8deb97fbab (current diff) 470af37eb7fd (diff) |
children | 280303fe32f9 |
files | syuzai/higawari/.#higawari.css syuzai/higawari/.#higawari.html |
diffstat | 6 files changed, 15 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/syuzai/higawari/.#higawari.css Tue Dec 01 19:08:32 2015 +0900 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -c113061@roy.e.koeki-u.ac.jp.28702 \ No newline at end of file
--- a/syuzai/higawari/.#higawari.html Tue Dec 01 19:08:32 2015 +0900 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -c113061@roy.e.koeki-u.ac.jp.28702 \ No newline at end of file
--- a/syuzai/higawari/higawari.css Tue Dec 01 19:08:32 2015 +0900 +++ b/syuzai/higawari/higawari.css Tue Dec 01 19:08:59 2015 +0900 @@ -33,3 +33,9 @@ width: 600px; height: 400px; } + +div.left {mergin-right: 40em;} + +div.center {mergin-left: 20em;} + +div.right {merght-left: 60em;}
--- a/syuzai/higawari/higawari.html Tue Dec 01 19:08:32 2015 +0900 +++ b/syuzai/higawari/higawari.html Tue Dec 01 19:08:59 2015 +0900 @@ -15,17 +15,26 @@ <p></p> <p>メニュー一覧</p> <p>(気になる写真をクリックで詳細ページへ)</p> + +<div class="left"> <p>赤ねぎとサーモンのクリームパスタ</p> <p><a href="moare.html"><img src="negisamon.jpg"alt="赤ねぎとサーモンのクリーム"width="150"hight="100"></a></p> <p>味噌ラーメン</p> <p><a href="higawari2.html"><img src="ramen2.jpg"alt="味噌ラーメン"width="150"hight="100"></a></p> +</div> + +<div class="center"> <p>バターチキンカレー</p> <p><a href="hayashi.html"><img src="kimagure.jpg"alt="ハヤシライス"width="150"hight="100"></a></p> <p>中華丼</p> <p><a href="mabodon.html"><img src="donmono.jpg"alt="マーボー丼"width="150"hight="100"></a></p> +</div> + +<div class="right"> <p>鰤の竜田揚げ</p> <p><img src="teisyoku.jpg"alt=""width="150"hight="100"></p> <p><img src=""alt=""width=""hight=""></p> +</div> </body> </html>