Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions resource.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
* {
box-sizing: border-box;
padding: 0;
padding: 2px;
margin: 0;
}

/*To apply the navigation bar on the resource page*/
.topnav {
background-color: #5C4033;
background-color: black;
overflow: auto;
margin:0;
width: 100%;
top:0;
left:0;
position:absolute;
position:fixed;
font-family:serif;
}
.topnav i {
margin-right: 5px; /* Add space between icon and text */
Expand Down Expand Up @@ -81,6 +81,7 @@ html {
h1 {
color: wheat;
font-weight: bold;
font-family:sans-serif;
}

h2 {
Expand Down Expand Up @@ -144,13 +145,14 @@ nav {
} */
.search-box-container{
display: flex;
justify-content: flex-end;
justify-content: flex-begin;

}
.search-box{
border: 1px solid wheat;
border: 1.5px solid black;
border-radius: 9px;
background-color: wheat;
width:100%;
background-color: white;
padding: 8px;
}

Expand Down