diff --git a/bookshare.css b/bookshare.css index 070423f..da27e5d 100644 --- a/bookshare.css +++ b/bookshare.css @@ -1,11 +1,11 @@ *{ - border: 1px solid red !important; + /*border: 1px solid red !important;*/ } body{ background-color: #ff78bb; width: 100%; - height: 100%; + height: 20vh; } h1 { @@ -22,6 +22,9 @@ font-family: "Acme", sans-serif; padding: 0px 50px; font-size: 26px; } +.nav-login{ + margin-right: 20px; +} .login:hover{  background-color:brown; @@ -80,6 +83,7 @@ header .nav-login form input { font-size: 14px; color: #111; line-height: 30px; + border-radius: 5px; } header .nav-login form button { @@ -92,6 +96,7 @@ header .nav-login form button { font-size: 14px; color: #111; cursor:pointer; + border-radius: 5px; } header .nav-login form button:hover { diff --git a/index.html b/index.html index 0a4723e..6f6b6e3 100644 --- a/index.html +++ b/index.html @@ -46,7 +46,7 @@