From b9d5afe32ed5a4c5c4342c8cda4dc4bc761b4d53 Mon Sep 17 00:00:00 2001 From: Dilpreet0501 <100590445+Dilpreet0501@users.noreply.github.com> Date: Fri, 24 May 2024 05:07:39 +0530 Subject: [PATCH] close option added in addremovebook --- assets/css/addremove.css | 27 ++++++++++++++++++++++++--- assets/html/addremovebook.html | 7 +++++++ 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/assets/css/addremove.css b/assets/css/addremove.css index 516d47104..90c3ebb56 100644 --- a/assets/css/addremove.css +++ b/assets/css/addremove.css @@ -23,9 +23,30 @@ body { margin: 0; padding: 0; display: flex; - justify-content: center; - align-items: center; - height: 100vh; + flex-direction: column; + justify-content: space-around; + position: relative; + + height: 100%; + width: 100%; +} +.navbar { + width: 100%; + background-color: #f5ebe6; + +} +.navbar-header { + width: 100%; + font-family: var(--ff-poppins); + font-size: 4rem; + line-height: 1; + + display: block; + text-decoration-color: #fff; +} +.navbar-header a { + color: rgb(247, 150, 150); + margin-left: 90%; } #container { diff --git a/assets/html/addremovebook.html b/assets/html/addremovebook.html index fb883b732..ba686b5e1 100644 --- a/assets/html/addremovebook.html +++ b/assets/html/addremovebook.html @@ -11,6 +11,13 @@ +

Your Booklist for Swapping