From 9dc77ed8c83dfac17a86b8a7f3ca005612bae149 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 25 Jun 2024 08:58:25 -0400 Subject: Fixed grammar; Added padding to website --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 7e4596e..98acff7 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,12 @@ body { color: white; } +.container { + width: 80%; + margin: auto; + overflow: hidden; +} + .center { text-align: center; } -- cgit v1.2.3