summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/local.css b/local.css
index ffa8dba..436d030 100644
--- a/local.css
+++ b/local.css
@@ -3,8 +3,29 @@
/* Add local styling here, instead of modifying style.css. */
/* sidebar left (not right) */
+
+body {
+ background-color: darkgrey;
+}
+
+#container {
+ background-color:white;
+ border-style:solid;
+ border-width:2px;
+ margin:10px 12%;
+}
+
#sidebar {
float: left;
margin-left: inherit;
margin-right: 40px;
}
+
+#content {
+ line-height: 3ex;
+ width: 20ex;
+ float: right;
+ margin-left: 40px;
+ margin-bottom: 40px;
+ padding: 2ex 2ex;
+}