diff options
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 { |