diff --git a/index.html b/index.html
index 5339511..d5bb542 100644
--- a/index.html
+++ b/index.html
@@ -10,6 +10,7 @@
integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT"
crossorigin="anonymous"
/>
+
Library Website
@@ -55,7 +56,7 @@
-
Welcome to The Online Library!
+
Welcome to The Online Library!
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..02de4a1
--- /dev/null
+++ b/style.css
@@ -0,0 +1,53 @@
+body{
+ background-color: black;
+ background-image: url('https://img.freepik.com/free-photo/book-library-with-open-textbook_1150-5920.jpg');
+ background-repeat: no-repeat;
+ background-size: cover;
+}
+
+.navbar{
+ display: flex;
+ justify-content: right;
+ align-items: center;
+ position: sticky;
+ top: 0;
+ cursor: pointer;
+}
+
+.nav-link{
+ list-style: none;
+ padding: 8px;
+ text-align: right;
+ justify-items: right;
+ font-size: large;
+
+}
+
+.nav-link:hover{
+ color: black;
+}
+
+.navbar-brand{
+ font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
+ font-size: x-large;
+ justify-items: end;
+}
+
+#navbarSupportedContent{
+ justify-content: end;
+}
+
+.container{
+ padding-left: 0%;
+ font-family: 'Times New Roman', Times, serif;
+
+}
+
+.heading{
+ font-size: 90px;
+ padding-left: 30px;
+ padding-right: 850px;
+ padding-top: 155px;
+ font-style: oblique;
+ color:rgb(9, 1, 9);
+}
\ No newline at end of file