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 @@
+