summaryrefslogtreecommitdiffstats
path: root/static/css/blog.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/blog.css')
-rw-r--r--static/css/blog.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/css/blog.css b/static/css/blog.css
new file mode 100644
index 0000000..d09b02f
--- /dev/null
+++ b/static/css/blog.css
@@ -0,0 +1,7 @@
+article > p:first-of-type::first-letter {
+ float: left;
+ line-height: 0.8;
+ margin-right: 10px;
+ font-weight: bold;
+ font-size: 6rem;
+}