diff --git a/styles/general.css b/styles/general.css new file mode 100644 --- /dev/null +++ b/styles/general.css @@ -0,0 +1,14 @@ + body { + width: 80%; + margin:auto; + font-family: sans-serif; + } + #header { + text-align: left; + background: rgb(220,220,220); /* IE fallback */ + background: rgba(200,200,200, .3); + } + #footer { + text-align: right; + background: rgb(220,220,220); /* IE fallback */ + background: rgba(200,200,200, .3);