aboutsummaryrefslogtreecommitdiff
path: root/org/css
diff options
context:
space:
mode:
Diffstat (limited to 'org/css')
-rw-r--r--org/css/guest-book.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/org/css/guest-book.css b/org/css/guest-book.css
new file mode 100644
index 0000000..9d483b4
--- /dev/null
+++ b/org/css/guest-book.css
@@ -0,0 +1,15 @@
+body {
+ background-color: #dcd1ba;
+ background-image: url('../images/guest-book-background.png');
+}
+
+.container {
+ background-color: #bebebe;
+ width: 60%;
+ margin: auto;
+ border: 1px solid black;
+}
+
+.silly-something {
+ border: 1px dotted black;
+}