From 9780459aa74498af3243728547714f7609d9c0d0 Mon Sep 17 00:00:00 2001 From: Anson Date: Tue, 27 Jul 2021 21:45:00 -0700 Subject: [PATCH] made posts look better --- index.html | 12 ++++++------ style.css | 13 +++++++++++++ 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 673ffc5..7611fb9 100644 --- a/index.html +++ b/index.html @@ -164,12 +164,12 @@ el.querySelector("link").innerHTML }" target="_blank" rel="noopener"> ${el.querySelector("title").innerHTML} - - -
- Post Thumbnail + +
+ Post Thumbnail +
${ el.querySelector("description").innerHTML diff --git a/style.css b/style.css index cb475d3..2c1c019 100644 --- a/style.css +++ b/style.css @@ -27,3 +27,16 @@ article > p { body { margin: auto 15% 5em 10%; } + +article { + padding: 0em 1em 2em; + border: 5px solid black; + border-radius: 20px; +} + +header > h3 { + font-size: xx-large; + margin: auto; + padding: 1em; + text-align: center; +}