diff options
author | nathansmith <nathansmith@posteo.com> | 2025-05-24 12:19:07 -0600 |
---|---|---|
committer | nathansmith <nathansmith@posteo.com> | 2025-05-24 12:19:07 -0600 |
commit | 7995de4c284d370fea86e4bd2c754f0a96f42f8c (patch) | |
tree | 2a0338660ba4b344ee8af8da1c6e814e60d38fc2 /org/css | |
parent | 1cdfd93e1f02739a685d1cdb131b3efe13adc06b (diff) |
Fixed up blog layout
Diffstat (limited to 'org/css')
-rw-r--r-- | org/css/blog.css | 19 | ||||
-rw-r--r-- | org/css/guest-book.css | 2 |
2 files changed, 20 insertions, 1 deletions
diff --git a/org/css/blog.css b/org/css/blog.css new file mode 100644 index 0000000..9f6477e --- /dev/null +++ b/org/css/blog.css @@ -0,0 +1,19 @@ +body { + background-color: #dcd1ba; + background-image: url("../images/blog-background.jpg"); +} + +.container { + background-color: #bebebe; + width: 65%; + margin: auto; + border: 1px solid black; +} + +#content-list { + border: 1px dotted black; +} + +.article-header { + border: 1px dotted black; +} diff --git a/org/css/guest-book.css b/org/css/guest-book.css index 9d483b4..244f9f3 100644 --- a/org/css/guest-book.css +++ b/org/css/guest-book.css @@ -1,6 +1,6 @@ body { background-color: #dcd1ba; - background-image: url('../images/guest-book-background.png'); + background-image: url("../images/guest-book-background.png"); } .container { |