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; +}