diff --git a/css/style.css b/css/style.css index d010e78..91d8d03 100644 --- a/css/style.css +++ b/css/style.css @@ -50,7 +50,7 @@ header{ .search{ position: relative; height: 40px; - width: 90%; + width: 95%; } .search input{ @@ -79,6 +79,7 @@ header{ .user a{ position: relative; font-weight: 700; + text-decoration: none; } .user a:hover { @@ -169,6 +170,10 @@ footer { margin-bottom: 5px; } +.footer-section ul li a { + text-decoration: none; +} + .footer-section ul li a:hover { text-decoration: underline; } @@ -195,7 +200,7 @@ footer { .login { display: flex; justify-content: center; - padding: 2rem 0; + padding: 3rem 0; } form .container { @@ -204,9 +209,9 @@ form .container { } form { - border: 4px solid black; - border-radius: 40px; - width: 320px; + background-color: lightgray; + box-shadow: 1px 1px 5px 5px gray; + width: 330px; padding: 4rem 2rem; } @@ -216,7 +221,13 @@ label { input { margin-bottom: 0.5rem; - height: 1.4rem; + height: 1.8rem; + border-radius: 12px; +} + +input::placeholder { + font-size: 0.97rem; + padding: 0 0.2rem; } .password {