From a221773c8498fcae3ee84e996b5bb03f21795511 Mon Sep 17 00:00:00 2001 From: Arman Bin Mahmud <44471884+armanbinmahmud@users.noreply.github.com> Date: Thu, 24 Oct 2019 13:20:19 +0600 Subject: [PATCH] Update hack.css text body and box align to center --- hack.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hack.css b/hack.css index 0a58708..667a56e 100644 --- a/hack.css +++ b/hack.css @@ -5,6 +5,7 @@ body, html { width: 100%; height: 100vh; color:black; + text-align: center; @@ -42,6 +43,8 @@ div.polaroid { text-align: center; padding: 10px; font-size: 22px; + margin-left: auto; + margin-right: auto; } .txt {