changeset 410:1d949d6810b4

cssファイル追加
author KAMADA Kei <c110206@f.koeki-u.ac.jp>
date Fri, 08 Nov 2013 16:10:27 +0900
parents 68c7eb2701d8
children 0db434d50dad
files food.css other.css
diffstat 2 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/food.css	Fri Nov 08 16:10:27 2013 +0900
@@ -0,0 +1,7 @@
+body{
+    background: #f9c013;
+}
+
+div.main{
+    background: white; border: 10px solid #fdea0f; padding: 1em; margin: 10px;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/other.css	Fri Nov 08 16:10:27 2013 +0900
@@ -0,0 +1,7 @@
+body{
+    background:#f7b45e;
+}
+
+div.main{
+    background: white; border: 10px solid #f7b4a4; padding: 1em; margin: 10px;
+}
\ No newline at end of file

yatex.org