OSDN Git Service

Add CSS
authoryussi <yussi@users.sourceforge.jp>
Wed, 24 Apr 2013 17:04:13 +0000 (02:04 +0900)
committeryussi <yussi@users.sourceforge.jp>
Wed, 24 Apr 2013 17:04:13 +0000 (02:04 +0900)
libre10.css [new file with mode: 0644]

diff --git a/libre10.css b/libre10.css
new file mode 100644 (file)
index 0000000..7165366
--- /dev/null
@@ -0,0 +1,7 @@
+* { margin : 0 ; padding : 0 ; }
+body { width : 100% ; }
+#header { width : 100% ; background-color:lightgreen }
+#menu { float : left ; width : 200px ; }
+#main {margin-left: 200px;}
+#footer { width : 100% ; clear : both ; background-color:gray }
+