From daa2169b22653e497ff1e87d7fae07afa83714fc Mon Sep 17 00:00:00 2001 From: Mirindra RANDRIANARISON Date: Fri, 24 Nov 2023 11:47:16 +0100 Subject: [PATCH] Update index.css --- CSS/index.css | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/CSS/index.css b/CSS/index.css index acaa801..e73a92a 100644 --- a/CSS/index.css +++ b/CSS/index.css @@ -1,8 +1,18 @@ +#auth{ + margin-right: 90%; + text-align:left; +} + #mdp { font-size: 15px; + text-align: end; +} + +input{ + background-color: #D9D9D9; + border-radius: 10px; + border-width: 0; + width:200px; + height :30px; } -#auth{ - margin-right: 90%; - text-align:right; -} \ No newline at end of file