From 68f7e004a2ee1594feecd047c70d8399803e36d6 Mon Sep 17 00:00:00 2001 From: sweatshirt0 Date: Mon, 20 Feb 2023 17:18:43 -0500 Subject: [PATCH] pasword input and login button css patch. --- pages/landing.html | 2 +- styles/styles.css | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/pages/landing.html b/pages/landing.html index 5c64928..8accdfc 100644 --- a/pages/landing.html +++ b/pages/landing.html @@ -20,7 +20,7 @@




-

+

diff --git a/styles/styles.css b/styles/styles.css index 46cf935..5d69e14 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -44,7 +44,7 @@ body { } .password { - position: relative; + position: relative; display: flex; margin-left: auto; margin-right: auto; @@ -54,3 +54,18 @@ body { padding: 15px; font-size: 1.1rem; } + +.loggin-submit { + position: relative; + display: flex; + margin-left: auto; + margin-right: auto; + width: 90%; + border: 1px solid lightgrey; + border-radius: 5px; + padding: 15px; + font-size: 1.1rem; + background-color: blue; + color: #fff; + font-weight: bold; +}