From 7f5deadd8217e42b8537ced3ab721bd05289e165 Mon Sep 17 00:00:00 2001 From: nemimj Date: Fri, 6 Jan 2023 15:16:06 +0530 Subject: [PATCH] Made bottom-section center --- Project 4/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Project 4/style.css b/Project 4/style.css index 858033e..4185542 100644 --- a/Project 4/style.css +++ b/Project 4/style.css @@ -78,6 +78,7 @@ body { } .bottom_section { display: flex; + justify-content: center; } .contact { background-color: #515603;