Skip to content

Commit

Permalink
Merge pull request #54 from Simer13/simer-navbar
Browse files Browse the repository at this point in the history
Update style-starter.css #40
  • Loading branch information
Anupkjha2601 authored Dec 26, 2023
2 parents 6629cb4 + ef30c15 commit 4e7210c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion assets/css/style-starter.css
Original file line number Diff line number Diff line change
Expand Up @@ -4559,11 +4559,18 @@ input[type="button"].btn-block {
.nav-link {
display: block;
padding: 0.5rem 1rem;
border: 1px solid transparent;
border-radius: 5px;
transition: border-color 0.3s ease-in-out;
color: #000;
text-decoration: none;

}

.nav-link:hover,
.nav-link:focus {
text-decoration: none;
border-color: #ff4c4c;
}

.nav-link.disabled {
Expand Down Expand Up @@ -4646,6 +4653,10 @@ input[type="button"].btn-block {
align-items: center;
justify-content: space-between;
padding: 1.2rem 1rem;
background-color: #ffffff;
border: 1ps solid #dee2e6;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar .container,
Expand Down Expand Up @@ -21801,4 +21812,4 @@ p.count-text {
}
}

/* //team section */
/* //team section */

0 comments on commit 4e7210c

Please sign in to comment.