From 08665d51a726d739a3d82172fca44abb406a5910 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Mon, 27 Jan 2025 19:05:14 +0100 Subject: [PATCH] border radius added --- src/App.css | 6 +++++- src/component/auth/Login2.jsx | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/App.css b/src/App.css index 3492979..3889001 100644 --- a/src/App.css +++ b/src/App.css @@ -10,8 +10,12 @@ background-repeat: no-repeat; } +.register{ + border-radius: 10px; +} + .login-links{ - margin-top: 40px; + margin-top: 50px; display: flex; flex-direction: row; justify-content: center; diff --git a/src/component/auth/Login2.jsx b/src/component/auth/Login2.jsx index 398602a..b3c8638 100644 --- a/src/component/auth/Login2.jsx +++ b/src/component/auth/Login2.jsx @@ -71,7 +71,7 @@ export default function Login() {
-
+

MERMS Panel

Welcome back, please login to your account.

-- 2.34.1