aboutsummaryrefslogtreecommitdiff
path: root/org/css/blog.css
diff options
context:
space:
mode:
Diffstat (limited to 'org/css/blog.css')
-rw-r--r--org/css/blog.css19
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;
+}