diff --git a/src/index.html b/src/index.html index 2f70d26..c226e86 100644 --- a/src/index.html +++ b/src/index.html @@ -4,6 +4,15 @@ + + + @@ -275,15 +284,12 @@

> -


-
-


-
+

Recent posts

    @@ -342,5 +348,55 @@

    Day 5 - Building a full stack blog

+ + diff --git a/src/styles/index.scss b/src/styles/index.scss index 3041423..318b0e8 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -73,6 +73,11 @@ p { font-size: $font-sssh; } +input, +textarea { + padding: 1em 1.5em; +} + // Utilities .btn { display: inline-block; @@ -95,6 +100,10 @@ p { align-items: center; } +.flex { + display: flex; +} + .wrap { display: flex; flex-wrap: wrap; @@ -104,6 +113,10 @@ p { flex: 1 300px; } +.gap-2 { + gap: 2em; +} + .gap-4 { gap: 4em; } @@ -138,6 +151,18 @@ p { margin-top: 3em; } +.mb-1 { + margin-bottom: 1em; +} + +.mb-2 { + margin-bottom: 2em; +} + +.mb-3 { + margin-bottom: 3em; +} + .vm-05 { margin-block: 0.5em; } @@ -186,6 +211,31 @@ p { width: 100%; } +.invisible-but-accessible { + width: 0; + height: 0; + opacity: 0; + line-height: 0; + margin: 0; + padding: 0; +} + +.va-middle { + vertical-align: middle; +} + +.ff-inherit { + font-family: inherit; +} + +.border { + border: 1px solid #000; +} + +.bt-2 { + border-top: 2px solid #000; +} + // Navbar #navbar { .logo-img { @@ -208,6 +258,17 @@ p { } } +// Footer +#footer { + textarea, + input { + width: 100%; + } + textarea { + height: 20vh; + } +} + // Media Queries @media screen and (min-width: 680px) { #navbar {