From 48030d8db5d86ea032fc45c822d99d0966b72aa0 Mon Sep 17 00:00:00 2001 From: mikwee Date: Wed, 13 Oct 2021 20:57:23 +0300 Subject: [PATCH] Styled the title --- src/App.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.css b/src/App.css index 5847eaa..cf3f8d9 100644 --- a/src/App.css +++ b/src/App.css @@ -1,3 +1,7 @@ .App { background-image: '/public/background.png'; } +#title { + text-align: center; + margin-top: 3%; +} \ No newline at end of file