From 3c979be288813729270dd8ee2ac373b7ca911f2a Mon Sep 17 00:00:00 2001 From: timmypidashev Date: Sat, 2 Oct 2021 19:18:07 -0700 Subject: [PATCH] add initial support for blog --- blog.html | 12 +++++++++--- css/styles.css | 20 ++++++++++++++++++++ 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/blog.html b/blog.html index 8a18926..720bea0 100644 --- a/blog.html +++ b/blog.html @@ -33,11 +33,17 @@ +
-
-

Work In Progress

+
+
+

Work In Progress

+
+
+

Work In Progress

+
+

Work In Progress

- line
diff --git a/css/styles.css b/css/styles.css index f068c71..3eac169 100644 --- a/css/styles.css +++ b/css/styles.css @@ -161,6 +161,26 @@ html { width: 10vw; } +/* blog */ +.blog { + background: grey; + width: 300px; + height: 300px; + border: 150px; + border-radius: 20px; + line-height: 1.5; + padding-right: 0.9vw; + padding-left: 0.9vw; + font-weight: 520; + text-shadow: none; + box-shadow: 3px 2px 2px rgba(199, 130, 59, 0.15); + } + + .blog__header { + font-size: 12vw; + font-weight: 400; + } + @media only screen and (max-width: 1024px) { .hero__header { font-size: 12vw;