Skip to content

Commit

Permalink
Update header.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Azad77 authored Jan 4, 2024
1 parent 7df227c commit a16d825
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<title>Header</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<link type="text/css" rel="stylesheet" href="style.css">
<style>
/* Add custom styles */
.navbar-dark .navbar-nav .nav-link {
color: #0000ff; /* Change the color to make the text visible */
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
Expand Down

0 comments on commit a16d825

Please sign in to comment.