From 54313aa82fae4836340da127420fbd76deb98204 Mon Sep 17 00:00:00 2001 From: H1rkul2 <52507296+H1rkul2@users.noreply.github.com> Date: Thu, 24 Sep 2020 13:18:18 +0100 Subject: [PATCH] 2# centering the p tag in the main page --- src/App.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.css b/src/App.css index 70ebe18..26254a3 100644 --- a/src/App.css +++ b/src/App.css @@ -124,6 +124,7 @@ p { position: relative; color: white; text-align: center; + align-self: center; } .message {