From 9cf6df59ec82eb9b11bdd73e24e60ea39f0dc4b0 Mon Sep 17 00:00:00 2001 From: jessiethw Date: Sun, 28 Apr 2024 18:26:52 -0500 Subject: [PATCH] fix margins --- style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/style.css b/style.css index 6226e2d..a14d36a 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,16 @@ +body { + font-family: "Helvetica", sans-serif; + font-size: 20px; + background-color: #f6f6f6; + } + +.content { + max-width: 950px; + padding-top: 30px; + padding-bottom: 30px; + margin: auto; + } + .info { float: left; }