aboutsummaryrefslogtreecommitdiff
path: root/org/css
diff options
context:
space:
mode:
authornathansmith <nathansmith@posteo.com>2025-05-24 11:52:12 -0600
committernathansmith <nathansmith@posteo.com>2025-05-24 11:52:12 -0600
commit1cdfd93e1f02739a685d1cdb131b3efe13adc06b (patch)
tree0f695f15467a46eb62d079c626870049d3ed03b6 /org/css
parent97264f9fa10c49c4e058fe1f59bb75b04892bee1 (diff)
No more tables in guest book
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;
+}