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/blog.css | |
parent | 1cdfd93e1f02739a685d1cdb131b3efe13adc06b (diff) |
Fixed up blog layout
Diffstat (limited to 'org/css/blog.css')
-rw-r--r-- | org/css/blog.css | 19 |
1 files changed, 19 insertions, 0 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; +} |