From f753b4f9f4ecd68965044b548cfbeba55e94d487 Mon Sep 17 00:00:00 2001
From: imranhadi01 <68772252+imranhadi01@users.noreply.github.com>
Date: Sat, 10 Apr 2021 12:30:30 +0500
Subject: [PATCH 2/2] Update bookshare.css
this site was not very responsive but now you can see if you like so you can add otherwise NP.
---
bookshare.css | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
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 {