From cf961f997537492d950a3179d3129c76f383e9d3 Mon Sep 17 00:00:00 2001 From: Shaik Dadapeer <69897636+Dadu48@users.noreply.github.com> Date: Thu, 1 Oct 2020 07:01:08 -0700 Subject: [PATCH] Image Looks Ugly that Simple Correction Makes it Cool --- src/Login.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/Login.css b/src/Login.css index 02b0d2d..2250d96 100644 --- a/src/Login.css +++ b/src/Login.css @@ -1,19 +1,21 @@ .login { display: grid; - background-color: black; - height: 100vh; place-items: center; + height: 100vh; + background-color: black; } .login > img { - height: 200px; + width: 40%; + padding-top: 50px; } .login > a { - color: white; - text-decoration: none; padding: 20px; border-radius: 99px; - font-weight: 800; background-color: #1db954; + color: white; + font-weight: 800; + text-decoration: none; } +