From e5d155a39477f127a02bca4fb62372dd52b6ff35 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 14 Apr 2021 13:55:19 -0400 Subject: [PATCH] css update --- styles.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index f3c909a..e17a8bb 100644 --- a/styles.css +++ b/styles.css @@ -2,9 +2,19 @@ font-family: "Open Sans", sans-serif; background-color: black; color: white; - width: 69%; margin: auto; } +body { + background-color: #202020; + padding: 30px; + padding-top: 1px; + border-radius: 10px; + margin: 100px; + +} +h1 { + font-size: 2.5em; +} p { font-size: 1.2em; }