From d01fcbab26910944a72a76dffa00336fe45aa67a Mon Sep 17 00:00:00 2001 From: Atharva0402 <100138079+Atharva0402@users.noreply.github.com> Date: Sun, 16 Oct 2022 13:27:45 +0530 Subject: [PATCH] Update style.css Aligned text to center --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 1ab5530..1ff5ae7 100644 --- a/style.css +++ b/style.css @@ -19,10 +19,13 @@ body{ border-radius: 30px; padding: 10px 25px 25px; box-shadow: 4px 4px 35px 2px; + text-align: center; } + header h1{ font-size: 30px; font-weight: 500; + /* align-items: center; */ } header p{ font-size: 18px;