diff --git a/resource.css b/resource.css index a2d0b41f..ac3a1d93 100644 --- a/resource.css +++ b/resource.css @@ -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 */ @@ -81,6 +81,7 @@ html { h1 { color: wheat; font-weight: bold; + font-family:sans-serif; } h2 { @@ -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; }